home *** CD-ROM | disk | FTP | other *** search
/ Amiga Mag HDD Backup / Amiga Mag HDD Backup.zip / Amiga Mag HDD Backup / Alexander.img.bin / Alexander.img / Fred Fish Folder / fred fish and other / Fred Fish info / all < prev    next >
Text File  |  1983-05-04  |  87KB  |  2,359 lines

  1. AmigaGuide    34.6    Commodore AmigaGuide hypertext utility
  2.  
  3. Archive distribution of the AmigaGuide hypertext utility direct from
  4. Commodore.  Contains developer examples and tools for AmigaGuide under
  5. V34/V37 and V39, plus a new free print/sign/send-in distribution
  6. license for AmigaGuide, amigaguide.library, WDisplay, and their icons.
  7.  
  8. Author: Commodore Business Machines
  9. Path: AmigaLibDisk1001:Programs/AmigaGuide/
  10.  
  11. ==========
  12.  
  13. MultiFileSystem    1.1    An interface to other file systems
  14.  
  15. Thanks to the versatility of AmigaDOS, we are able to use many different
  16. file systems on our disks. The most popular is of course CrossDOS (tm), but
  17. many other file systems can be found in the PD.
  18. Adding a new file system to the Amiga is simplicity itself: just copy a
  19. file in L:, provide a suitable mountlist, and there you go.
  20. This works flawlessy if every physical unit is accessed by a single file
  21. system, but if multiple file systems share the same device, some problems
  22. arise:
  23.  
  24. - You have to call the same unit with different names (e.g. DF0: and PC0:)
  25.   depending of the kind of disk inserted.
  26.  
  27. - When you insert a PC disk, the Workbench shows a DF0:???? icon, and vice
  28.   versa; this can be very annoying especially for owners of more than one
  29.   drive.
  30.  
  31. - When a file system is busy (for example during a DiskCopy), the other file
  32.   systems can still access the disk; this goes against the concept of
  33.   "inhibiting" a device.
  34.  
  35.  
  36. MultiFileSystem solves all of these problems. It isn't a file system in the
  37. usual way: it is an interface to other file systems. When you mount it, you
  38. tell it which file systems it should use; afterwards, when a disk is
  39. inserted, MultiFileSystem will recognize it and pass the commands to the
  40. appropriate file system. This means that with a single device name, for
  41. example DF0:, you can access any conceivable file system!
  42.  
  43. You are not limited to floppy drives, of course: I successfully installed
  44. MultiFileSystem over a 128Mb magnetooptical drive.
  45.  
  46. Author: Nicola Salmoria
  47.  
  48. Path: AmigaLibDisk1001:Programs/MFS/
  49.  
  50. ==========
  51.  
  52. Bview    1.10    IFF Viewer with extensive GUI (ECS/AGA)
  53.  
  54. Bview 1.10 IFF ILBM viewer with GUI for all functions
  55. for kickstart 37.175 and higher ECS & AGA support.
  56. copyright 1992-1994 by Joeri Alberty.
  57.  
  58. > Features of Bview <
  59.  
  60.  - Gadget Intuition interface (gadtools.library) for every function.
  61.  - Easy change Viewmodes with a click of your mouse
  62.  - Easy scale your bitmap to fit on screen.
  63.  - Print a picture with adjustment of printer settings
  64.  - Save a picture in IFF ILBM , Scr , Raw on disk
  65.  - View the IFF ILBM -> BMHD CAMG etc ...
  66.  - Save your environment of Bview to ENV: etc ...
  67.  - Save information about picture to disk or printer. (MakeText
  68.  - Make a Slide show by pressing a button..
  69.  - Use Double buffered mode (load one pic & view the other.
  70.  
  71. ----->  Improvements from 1.02 to 1.05
  72.  
  73. - HAM KEY USING message fixed.
  74. - Save problem with 256 colors fixed.
  75.  
  76. - Scaling routines can now enlarge a picture if it is a brush etc...
  77.   (Use Fit & Scale (Aspect & Scale) in Change mode menu and press Render)
  78.  
  79. - Ilbm to source generates now colortables for
  80.   LoadRGB4(),LoadRGB32(),SetRGB32().
  81.  
  82. - You can now use an AppIcon Set 'PRO_START=2' in Tooltypes (Bview icon)
  83.   ('PRO_START=0'
  84.  
  85. - load and display, 'PRO_START=1' make Bview an Commodity)
  86.  
  87. - Compiled with SAS C/C++ 6.51 with optimiser ... (__inline)
  88.  
  89. ----->  Improvements from 1.06 to 1.10
  90.  
  91. - Information & Option menu's rewritten
  92.   Now you can use DBmode ,promoted mode etc..
  93.  
  94. - Loader & saver rewritten to improve speed.
  95.  
  96. - BIG problem fixed with some pointers of the IFFparse library
  97.   Now you don't loose your colors anymore.
  98.  
  99. - More stable than 1.06 by rewriting the process routines.
  100.   Now you have a viewer,GUI with a loader and not the other way around.
  101.  
  102. - SHELL support improved.
  103.   Now you can use #? & / for loading directories & wildcards.
  104.   see guide for more information & examples.
  105.   Gives you information when something did go wrong
  106.  
  107. - Other smaller improvements in the code ...
  108.  
  109. - Changed save routine of ENV: so it doesn't crash anymore.
  110.  
  111. - You can load mangled pictures & display them partly.
  112.  
  113. Author: Joeri Alberty
  114. Path: AmigaLibDisk1002:Programs/Bview/
  115.  
  116. ==========
  117.  
  118. SIRDS_GEN    3.14    Single Image Random Dot Stereogram genr.
  119.  
  120. Single-Image-Random-Dot Stereogram generator.  SIRDSs are "real"
  121. three-dimensional pictures.  The dots (which seem random) are calculated
  122. in such a way that if you focus "behind" the picture (monitor,etc), you
  123. will see a 3D pic with a real feeling of "depth".  This version features:
  124. Function plotting, and viewing as SIRDS; Free choice of screen-mode;
  125. Scaling of the picture; Should run on Graphics cards too (not much tested,
  126. but Picasso II is working); Automatic correction of the eyewidth to the
  127. displaymode; Uses datatypes for reading the picture; 32-bit color
  128. functions used; Uses a symmetric algorithm; Generation of "SIS" possible;
  129. Flimmering, various settings possible, 3 different pattern-modes and more!
  130.  
  131. Author: Michael Mutschler
  132. Path: AmigaLibDisk1002:Programs/SIRDS_GEN/
  133.  
  134. ==========
  135.  
  136. Scout    1.3    Tool to monitor computer system.
  137.  
  138.  
  139. A tool that allows you to monitor your computer system. It displays
  140. many different things - like tasks, ports, assigns, expansion boards,
  141. resident commands, interrupts, etc. - and you can perform some
  142. certain actions on them.
  143.  
  144. For example you can freeze tasks, close windows and screens, release
  145. semaphores or remove locks, ports and interrupts.
  146.  
  147. An implemented ARexx interface makes you these actions available, too.
  148.  
  149. Author: Andreas Gelhausen
  150. Path: AmigaLibDisk1003:Programs/Scout/
  151.  
  152. ==========
  153.  
  154. VMM    2.1    Virtual memory for Amigas w/68030/68040
  155.  
  156. VMM implements a virtual memory manager for Amigas with a 68040 or
  157. 68030 processor.  A nice GUI to enter all parameters and to disable
  158. certain tasks and load files from using virtual memory is also
  159. provided.
  160.  
  161. V2.1 fixes various bugs in V2.0a.  It also includes a write buffer for
  162. pages going out to disk, making VMM a lot faster.  Paging to a file
  163. has also been speeded up significantly.
  164.  
  165. Author: Martin Apel
  166. Path: AmigaLibDisk1003:Programs/VMM/
  167.  
  168. ==========
  169.  
  170. Heddley    1.18    Composes AmigaGuide files easily.
  171.  
  172. Heddley allows you to compose AmigaGuide files with greater ease than
  173. by hand. It provides you with an overview of all the documents in the
  174. database (an AmigaGuide file is called a 'database', made up of many
  175. documents).
  176.  
  177. Author: Edd Dumbill
  178. Path: AmigaLibDisk1004:Programs/Heddley/
  179.  
  180. ==========
  181.  
  182. WANT    1.017    Searches textfiles for keywords
  183.  
  184. WANT let's you search a textfile, like INDEX, for one or two "search
  185. terms". If two terms are entered, you may select AND or OR as logical
  186. operators.  WANT is very fast. Searches on a 1200 take about one second
  187. for a 1MB file. A full GUI interface and presetable options via tooltypes
  188. make this is a powerful search facility. The output of a search can be
  189. directed to your favorite filereader or text editor. This is version 1.017,
  190. with a planned release of version 2 around  December 1994.
  191. WB2.04 & up. ReqTools Library required, but not included. EGREP and GAWK
  192. are required and included. CLI or WorkBench. GiftWare.
  193. IMPORTANT: The docs for WANT are located in WANT/DOCS. Please read
  194. them before installing and using WANT. Installation requires you to
  195. leave all of the included files in their directories.
  196.  
  197. Author: Will Bow
  198. Path: AmigaLibDisk1004:Programs/WANT/
  199.  
  200. ==========
  201.  
  202. AmiCDFS    37.5    CDROM fs, also reads Mac floppy & hd
  203.  
  204.  
  205. AmiCDFileSystem is a file system which can read:
  206.  
  207. - ISO-9660 (w/ RockRidge extensions) and Macintosh HFS CD-ROMs
  208. - Macintosh HFS floppy and hard disks
  209.  
  210. The ability to read Macintosh floppy and hard disks comes for free, since
  211. they use the same file system used for HFS CD-ROMs.
  212.  
  213. This program was originally based on AmiCDROM 1.9 by Frank Munkert.
  214. While the file system functions are mostly the original ones, the
  215. packet handling routines have been completely re-written.
  216.  
  217. This file system can be installed on the Rigid Disk Block (RDB) of an hard
  218. disk to automatically mount a Mac partition (you can even boot from it, if
  219. you manage to put the necessary Amiga system files in it).
  220.  
  221. The code is reentrant and is shared among multiple instances of the file
  222. system. This means that if you use AmiCDFileSystem on a CD-ROM drive, a
  223. magneto-optical drive, two floppy drives and two hard disk partitions, like
  224. a friend of mine does, only one copy will be loaded instead of six - saving
  225. 100K of memory.
  226.  
  227. Author: Nicola Salmoria, based on AmiCDROM by Frank Munkert
  228. Path: AmigaLibDisk1005:Programs/AmiCDFS/
  229.  
  230. ==========
  231.  
  232. AmiCDROM    1.13    ISO-9660 standard CDROM filesystem
  233.  
  234. AmiCDROM is a CDROM disk filing system for the Commodore Amiga.
  235. It supports the ISO-9660 standard, the Rock Ridge Interchange
  236. Protocol and the Macintosh HFS format.
  237.  
  238. The CDROM drive is mounted as a DOS device (e.g. CD0:).  You can
  239. access files and directories on a CDROM disk by the usual syntax,
  240. e.g. "type cd0:foo/readme.txt".
  241.  
  242. Author: Frank Munkert
  243. Path: AmigaLibDisk1005:Programs/AmiCDROM/
  244.  
  245. ==========
  246.  
  247. Mine Clone    1.1    Another clone of Minesweeper-style games
  248.  
  249. I've tried to make it looking like the IBM Minesweeper, but includes
  250. some features the Original is missing. (sizeable window, changeable size
  251. of minefields) And another difference: it needs Kick 3.0. I wanted
  252. it running on the workbench screen but with nice colors. But palette
  253. sharing is only available under Kick 3.0.
  254.  
  255. Here's a list about MineClones's features:
  256.   - sizeable window
  257.   - variable size of fields
  258.   - nice GUI and colors (and a nice smiley :-)
  259.   - flashing fields
  260.   - choose bombs by number or percentage
  261.   - Saveclick-option, Automark-option
  262.   - global Automark-function, clearing all the trivial cases
  263.   - needs Kick 3.0 and reqtools.library
  264.   - written in E
  265.  
  266. Author: Nico Max
  267. Path: AmigaLibDisk1005:Programs/MineClone/
  268.  
  269. ==========
  270.  
  271. Schiffeversenken    1.0    Find and sink your opponents ships
  272.  
  273. A little game with 3 degrees of difficulty. The object is a battle of
  274. ships. You have to find and sink the ships of your opponent before
  275. he finds yours.
  276.  
  277. Author: Andreas Zottmann and Felix Eichhorn
  278. Path: AmigaLibDisk1005:Programs/Schiffeversenken/
  279.  
  280. ==========
  281.  
  282. AGWriter    1.03    Produce AmigaGuide files from text files
  283.  
  284. This program is capable of taking text files produced using any text
  285. editor and with little effort producing an AmigaGuide File.
  286.  
  287.         AGW has the following features :
  288.  
  289.         ╚ Allows Creation of AmigaGuide Files simply and easily
  290.         ╚ Reads/Writes AmigaGuide files
  291.         ╚ Converts AmigaGuide files to Text
  292.         ╚ Simple GUI interface
  293.         ╚ Create/Delete/Modify LINK/ALINK/RX/RXS/SYSTEM commands
  294.         ╚ Modify Node information
  295.         ╚ Modify File information
  296.  
  297. New     Loading of files now more stable.
  298.         Added QUIT command.
  299.         AmigaGuide commands commented out now ignored (ie \).
  300.         Textual commands now read/write.
  301.         Added Cmd line parameter -w to put AGW on current Public Screen.
  302.         Split menu command now calls split command :-)
  303.         Unknown AmigaGuide commands are kept.
  304.  
  305. Author: David McPaul
  306. Path: AmigaLibDisk1006:Programs/AGWriter/
  307.  
  308. ==========
  309.  
  310. ReqChange    3.4    Makes system use Reqtools requesters
  311.  
  312.   ReqChange is a program that patches Intuition, ASL, ARP and REQ to use
  313. the ReqTools requesters instead. It also adds a couple of extra features,
  314. like an AssignWedge, the possibility to send ARexx-commands when a patched
  315. requester appears, and several options to configure how the patches should
  316. behave.
  317.  
  318. Author: Magnus Holmgren
  319. Path: AmigaLibDisk1006:Programs/ReqChange/
  320.  
  321. ==========
  322.  
  323. SystemGuide    1.0    Guide to Amiga software system files.
  324.  
  325. A comprehensive reference guide to Amiga software system files.
  326.  
  327. Author: Dan Elgaard
  328. Path: AmigaLibDisk1006:Programs/SystemGuide/
  329.  
  330. ==========
  331.  
  332. AIBB    6.5    GUI-based CPU performance tester
  333.  
  334. AIBB is a system performance analysis tool designed with built-in tests
  335. for exercising CPU, FPU, and graphics portions of system performance.
  336. Comparisons to 4 different machines can be displayed, with a default of
  337. the A600, A1200, A3000/25, and A4000/040 contained within AIBB.
  338. The option to create and/or load data files from other systems for
  339. comparison is also included within the program.
  340.  
  341. Author: LaMonte Koop
  342. Path: AmigaLibDisk1007:Programs/AIBB/
  343.  
  344. ==========
  345.  
  346. TAUI    ?.?    A Magic User Interface for your lharc.
  347.  
  348. TAUI is a short program that gives you
  349. a Magic User Interface for your lharc.
  350. TAUI uses MUI (the Magic User Interface),
  351. (c) Stefan Stuntz.
  352. (Though, Stefan, could you tell me why
  353.  to install the 2.0 includes to get
  354.  the program run under MUI 2.0 ???)
  355. It should work with your lharc, though I
  356. have just tried lha yet. Every archives
  357. action is configured thru Tooltypes, so
  358. you can use any lharc.
  359.  
  360. Author: Jƒrgen Schober
  361. Path: AmigaLibDisk1007:Programs/TAUI/
  362.  
  363. ==========
  364.  
  365. UOut    1.1    Joins and decodes split uuencoded files.
  366.  
  367. It will take the separate files, join them together (stripping
  368. out all non-uucode data in the process), call your uudecode
  369. program on the resulting file, and then delete the uucode files.
  370.  
  371. Author: Roland Acton
  372. Path: AmigaLibDisk1007:Programs/UOut/
  373.  
  374. ==========
  375.  
  376. UUCode    36.9    Optimized stand-alone uuencode/uudecode.
  377.  
  378. Encode files for network transmission and decode transferred files. This
  379. standard encoding algorithm converts three 8-Bit groups (bytes) to four
  380. 6-Bit groups (sextets) of printable characters, which can then be sent over
  381. networks which don't support eight data bits.
  382.  
  383. These tools were written because the existing programs did not fit my
  384. personal needs. The others were either inconvenient to use, too slow or too
  385. oversized, so I decided to write optimized versions myself. Both tools are
  386. pure and can be made resident.
  387.  
  388. Author: Ralph Seichter
  389. Path: AmigaLibDisk1007:Programs/UUCode/
  390.  
  391. ==========
  392.  
  393. uuInOut    1.03    A pair of very rapid uuencode/decoders.
  394.  
  395. A pair of very rapid uuencode/decoders.  They beat anything currently
  396. available on aminet by a good margin, especially on decoding.  Very fast,
  397. pure, small and 100% assembly.  Automatically detects and takes advantage
  398. of 68020+.  Requires Workbench 2.04+.
  399.  
  400. Author: Nicolas Dade
  401. Path: AmigaLibDisk1007:Programs/uuInOut/
  402.  
  403. ==========
  404.  
  405. UUxT    3.0b    CLI/GUI-based UUEncoder/UUDecoder
  406.  
  407. UUxT is a full featured UUencode/decoder with the following features:
  408.  
  409.    o  File splitting when encoding for easy mailing/posting.
  410.    o  Batch decoding.  (You can decode many files at once, as well as
  411.       split files without joining them.  UUxT also has wildcard support.)
  412.    o  Batch encoding.  You can encode multiple files into one text file.
  413.    o  Automatically skips over mail headers and other junk that can end
  414.       up inencoded files.
  415.    o  Ability to LhA compress files for you, and then uuencode the
  416.       resulting compressed file, all in one step, thus saving you time.
  417.       You can also decode and de-LhA in one step.
  418.  
  419. UUxT also comes with UUxT-GUI 2.0, a full featured workbench interface for
  420. UUxT.   UUxT-GUI 2.0 now supports all of UUxT 3.0's features including
  421. batch encoding, decoding, etc.
  422.  
  423. Author: Asher Feldman
  424. Path: AmigaLibDisk1007:Programs/UUxT/
  425.  
  426. ==========
  427.  
  428. Balder'sGrove    1.2    Yet another Boulderdash clone
  429.  
  430.   This  is yet another Boulderdash clone but this time it is inspired by the
  431. Nordic  mythology.   Your  task  is  to  guide Balder - the god of light -
  432. through  groves  filled  with  berserks  and snakes.  Collect  rings, push
  433. runestones and try to find the small passage to the next level.
  434.   This  time you don't have to play alone.  Get a helping hand from a friend
  435. and I assure you the game will be easier as well as funnier.
  436.   The  game  comes  with  40  levels  and a level editor.  Unfortunately the
  437. levels are almost identical with those included in previous releases.  The
  438. only  exception  is  that you can use them all in two player mode.  If you
  439. have made some own levels with the old level editor you can still use them
  440. with  this  new  game  package in one player mode.  To be able to use them
  441. with  two  players you will have to load them into the level editor, place
  442. entrances and exits for player two, and save them.
  443.   I hope you will have a good time!
  444.  
  445. Author: Morgan Antonsson
  446. Path: AmigaLibDisk1008:Programs/Balder'sGrove/
  447.  
  448. ==========
  449.  
  450. DviHP    2.1    Print DVI files on HP-LJ (PCL5 support)
  451.  
  452.  
  453. DviHP  is  a  program for printing DVI files (generated by TeX) on HP
  454. LaserJet and compatibiles printers.
  455.  
  456.  
  457.                               Features
  458.                               ========
  459.  
  460. o DviHP  downloads  fonts  to  printer;  printing  is  therefore much
  461.   faster,  especially when printing large documents. Version 2.1 uses
  462.   PCL5 font compression.
  463.  
  464. o User  friendlyness:  you  can  set parameters through environmental
  465.   variable  "DVIHPOPTS",  in a command-line when invoking it from CLI
  466.   or  Shell,  via  ToolTypes  when  invoking it from Workbench or via
  467.   graphical user interface.
  468.  
  469. o It supports printing in landscape orientation.
  470.  
  471. o DviHP  allows  you  to include IFF ILBM files (raster pictures) and
  472.   PostScript files in your documents.
  473.  
  474. o DviHP lets you redirect output to a file, even when you're printing
  475.   IFF ILBM pictures and/or PostScript files.
  476.  
  477. o PCL5/PJL support and PCL5 font compression.
  478.  
  479. Author: Ales Pecnik
  480. Path: AmigaLibDisk1008:Programs/DviHP/
  481.  
  482. ==========
  483.  
  484. MemMinister    1.1    monitors your memory-usage
  485.  
  486. MemMinister is a small tool, giving you information about the amount of free
  487. memory at your system. It shows you independant values for chipmemory and
  488. fastmemory, and of course even the total amount of free memory. MemMinister also
  489. offers features like a snap-funktion, monitoring the memory-usage since the time
  490. you snapped the values, and a flush-gadget, offering you an easy way to flush
  491. your memory from all currently not used libraries, fonts, devices and more. It
  492. is small, simple to use and very CPU-economical!
  493.  
  494. Author: Marcus Ohlstrom
  495. Path: AmigaLibDisk1008:Programs/MemMinister/
  496.  
  497. ==========
  498.  
  499. WipeOut!    1.3    The Ultimate non-commercial shoot'em up
  500.  
  501. Well, Wipe-Out! is the first game I've ever got finished. That
  502. statement of course exludes numerous lame examples done by me
  503. with programs like "Game Maker" or "S.E.U.C.K" during the past
  504. 10 years (on both Amiga and C=64, the only TRUE computers ever).
  505.  
  506. Wipe-Out! is of course 100% optimized METAL BANGING assembly.
  507. (AMOS is for lamers ... C is too slow (and messy) ... )
  508.  
  509. My aim with this project was mainly to prove my capabilities
  510. as a game graphics artist. (Check out the Giger-inspired 4th
  511. level ... )
  512.  
  513. Author: Tero Lehtonen
  514. Path: AmigaLibDisk1008:Programs/WipeOut/
  515.  
  516. ==========
  517.  
  518. ADDRESSMANAGER for MUI    1.0    Utility to manage name/address info
  519.  
  520. AddressManager is an utillity which makes it easier for you to master
  521. all the information you have  about your friends, familly, business
  522. partners or pets.  AddressManager for MUI is different from most other
  523. similar programs, because it uses Stefan Stuntz`s Magic User Interface.
  524. This great user interface gives you the possibilty to configure you
  525. application as you like it.
  526.  
  527. Author: MICHAEL SCHIKORA
  528. Path: AmigaLibDisk1009:Programs/AM_Mui1.0/
  529.  
  530. ==========
  531.  
  532. db    2.3    Database with GadTool look
  533.  
  534. db is a small and fast database program that I wrote after having tested
  535. numerous other PD database programs and always found something lacking or
  536. irritating me. They might have dozzens of features not found in db, but
  537. they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
  538.  
  539. My main need was to keep record on addresses and telephone numbers of friends
  540. and companies. Before this release db was fixed to be just an address and
  541. telephone database, but this has changed now. The program is designed
  542. to handle information of your choice. Currently you have to use a file
  543. editor to specify the database fields and layout as there is no GUI for that.
  544. Anyway that's a one time job, then you just USE the database and have fun.
  545.  
  546. Complete GUI support will probably only be included in a commercial product
  547. I plan to call REG.
  548.  
  549. A partial list of db's features include:
  550.  
  551.     o Dynamic memory handling. Number of records and fields only limited by
  552.       free memory.
  553.     o GadTool based, gives a standard look and feel.
  554.     o Mouse and keyboard driven.
  555.     o User definable fields and layout.
  556.     o Multiple views of the same database.
  557.     o Commodore's Clipboard for flexible interaction with other programs.
  558.     o AppWindow -just drag and drop database icons on db to load.
  559.     o Online MenuHelp -Press HELP key when selecting a menu item.
  560.     o Font sensitivity.
  561.     o ARexx
  562.     o ASL requesters for flexible loads and saves.
  563.     o Localized
  564.     o Dial numbers using a modem
  565.     o WB and Shell usage with Commodore's template parsing
  566.     o Fast and flexible find function using AmigaDOS patterns.
  567.     o Filter function.
  568.     o Fast and flexible sort function. Multiple sort orders can be specified.
  569.     o 'Export View' and two standard ASCII export features.
  570.     o Automatic ASCII import (tab-separated ASCII)
  571.  
  572. Author: David Ekholm, Datadosen
  573. Path: AmigaLibDisk1009:Programs/db/
  574.  
  575. ==========
  576.  
  577. MousoMeter    3.12    Measures mouse movement
  578.  
  579. MousoMeter is a cute little commodity that measures the distance (km)
  580. you "drive" with your Mouse.  Counters for daily and total usage.  Using
  581. the time MousoMeter has been active, it can also calculate your average
  582. "mouse-speed" in meters/hr. (However, don't let your boss see this!)
  583. MousoMeter also records the number of "Mouse-Clicks".  With a
  584. sophisticated program like MousoMeter, it should be easy to get
  585. a government grant to scientifically study Carpal-Tunnel!!
  586.  
  587. Author: Wolfgang Breyha, Michael Matzl
  588. Path: AmigaLibDisk1009:Programs/MUIMousoMeter/
  589.  
  590. ==========
  591.  
  592. RemindMe    1.0    Events reminder
  593.  
  594. A simple events reminder. Reads the events from a file and checks if the
  595. user should be notified. Weekly, monthly, yearly and unique events are
  596. possible.
  597.  
  598. Author: Marcus J. Stratmann
  599. Path: AmigaLibDisk1009:Programs/RemindMe/
  600.  
  601. ==========
  602.  
  603. IFFMaster    1.3    Show IFF structure & chunk contents
  604.  
  605. IFF Master is a program that allows you to have a view inside the structure
  606. of IFF files.  It is not yet another picture viewer or sound sample player,
  607. but it displays the internal entities (chunks) of a file.  For example, the
  608. headers of pictures (ILBM) or sound samples (8SVX) are displayed in clear,
  609. so you can directly read the size and depth of the image or the sampling rate.
  610.  
  611. Current features (V 1.3) include:
  612.  - MUI application
  613.  - localized GUI (with AmigaOS 2.1 or later)
  614.  - Extensive chunk type library (currently 37 form types, 234 known chunks,
  615.    60 of these with comprehensive structure description)
  616.  - Chunk contents are presented alternatively as structure, text or hexdump
  617.  - Bit fields and enumeration types are displayed in clear
  618.  - Fixed point values are printed in decimal (e.g. 8SVX.VHDR.Volume)
  619.  - Callback hooks for special attributes, e.g. the Mode-ID
  620.    inside the CAMG chunk is de-referenced (e.g. "PAL: Hires").
  621.  - clipboard support
  622.  - chunk contents and partial FORMs can be saved
  623.  - AppWindow and AppIcon
  624.  
  625. Features new for V 1.3:
  626.  
  627. BUG  prefs window: close gadget now functioning
  628. BUG  Cycle chain (TAB) now works in all windows
  629. NEW  new chunk types: IAND, IANM, DR2D, RGB8, RGBN, SPLT
  630. NEW  hex numbers get a user-chosen indicator, construction of hex dumps is
  631.      now more than 3 times faster
  632. NEW  IFFs can be saved, even nested FORMs, e.g. images inside animations
  633. NEW  Implemented some editing capabilities (delete chunks)
  634. NEW  Preferences can be saved
  635.  
  636. Author: Kay Drangmeister
  637. Path: AmigaLibDisk1010:Programs/IFFMaster/
  638.  
  639. ==========
  640.  
  641. IntuiDex    1.1    Mailing list manager
  642.  
  643. Easy to use club membership database and mailing list manager.
  644.  
  645. Features:
  646.  
  647.    - 1000 records per database
  648.  
  649.    - Sort by six different fields:
  650.        last name, first name, ZIP,
  651.        member number, city, and
  652.        expiration date
  653.  
  654.    - Print five different types of output:
  655.        mailing labels, complete data list,
  656.        phone lists, game stickers, and
  657.        merge files for word processors
  658.  
  659.    - Uses Preferences printers
  660.  
  661.    - Dials phone automatically with Hayes compatible modems
  662.  
  663.    - On-line AmigaGuide help
  664.  
  665.    - Most data field names are configurable
  666.  
  667.    - Data is stored in ASCII files- export and import data from other
  668.      database software!
  669.  
  670. Author: Jeffery C. May
  671. Path: AmigaLibDisk1010:Programs/IntuiDex/
  672.  
  673. ==========
  674.  
  675. OpaqueMove    1.0    An Opaque Window Movement Commodity
  676.  
  677. OpaqueMove is a commodity that provides opaque window movement for Intuition
  678. windows.  That is, instead of simply moving the outline of a window, the
  679. entire window contents are moved as you move the mouse.  The EGS window
  680. system provides this capability, but does not extend it to standard Intuition
  681. screens.  Hence this commodity.
  682.  
  683.    This commodity is intended for use with accelerated graphics cards such as
  684. the @{i}GVP Spectrum. @{ui} Although it is possible to use it with standard
  685. Amiga AGA screens, it is likely to be impractically slow except possibly in
  686. single bitplane modes.  However, there are various controls which allow
  687. selection of the conditions under which windows should be moved opaquely, and
  688. under which they should be moved as an outline.
  689.  
  690. Author: Steve Koren
  691. Path: AmigaLibDisk1010:Programs/OpaqueMove/
  692.  
  693. ==========
  694.  
  695. ReNum    2.1    Changes the names of sequences of files
  696.  
  697. ReNum is a utility that changes the names of sequences of files. ReNum
  698. is aimed at helping animators that wishes to transfer files, say from
  699. Real3d to DPaint. Real3d calls IFF-files generated as an anim something
  700. like this: Pic0, Pic1, ... (from now on called "Dynamic format"), while
  701. DPaint wants multiple IFF-files to build an animation, to be in alpha-
  702. betical order, often meaning you have to rename your pictures to Pic000,
  703. Pic001, and so on ("Fixed format"). This can be very tedious, especially
  704. if you have a hundred or more pictures. No more of that, because that's
  705. exactly what ReNum does! ReNum can also convert files from Fixed to
  706. Dynamic.
  707.  
  708. ReNum is also capable of changing the names (and not the framenumbers)
  709. or the numbering of a sequence.
  710.  
  711. Author: Emil üstrÜm
  712. Path: AmigaLibDisk1010:Programs/ReNum/
  713.  
  714. ==========
  715.  
  716. RO    0.81    A MUI-Based FileManager
  717.  
  718. RO  is a new Intuition-controlled, fully user-configurable file manager for
  719. OS  2.04  and newer.  RO's mighty features will assist and help you on your
  720. daily  work  with  your  Amiga.   With  RO  there is no need to learn those
  721. cryptic  shell  commands, because you have the complete power of your Amiga
  722. in  one  hand.
  723. Due to the usage of MUI you are able to configure the look and feel of this
  724. tool  as  you like it.  MUI is the Magic User Interface developed by Stefan
  725. Stuntz  which should be installed on every Amiga.  It is an object oriented
  726. system  to  create  and  maintain  graphical user interfaces.  Users of MUI
  727. based  applications  have  the ability to customize nearly every pixel of a
  728. programs interface according to their personal taste.
  729.  
  730. Author: Oliver Rummeyer
  731. Path: AmigaLibDisk1010:Programs/RO/
  732.  
  733. ==========
  734.  
  735. Anim3D    1.4    Plays anims written in special language
  736.  
  737. Anim3D is my first Amiga program longer than a few dozen lines of code and
  738. was mainly to teach myself how to program a 'real' application for the Amiga.
  739. Basically it plays vector movies that are written in a special programming
  740. language that I designed.
  741.  
  742. The original idea was:
  743. "Wouldn't it be neat if vector demos could be created and played using a
  744. standard program, use the screenmode that you wanted, were smoother on
  745. faster machines and multitasked properly?"
  746. After all, we can't impress PC users from fast animation 'cos they have
  747. faster processors, but we can beat them by making something totally
  748. impossible through Windows   ;-)
  749.  
  750. Anim3D is a real-time vector movie player for Workbench 3 machines. It has
  751. three main features which I think most Amiga software (and demos) should
  752. have nowadays:
  753.  
  754.  
  755. 1)  It is extremely friendly to the OS and multitasks properly; I've
  756.     played animations whilst downloading files on the modem and been
  757.     playing a tracker module so I think I can safely say this  :-)
  758.  
  759. 2)  Animations are played at the SAME speed whatever the machine is...
  760.     slower machines just have a lower frame update rate. This works fine
  761.     because the display is double-buffered (as you'd expect) so there are
  762.     no half drawn screens to be seen.
  763.  
  764. 3)  It can use any of the display modes available on the machine;
  765.     the same image is displayed on the screen whatever the resolution.
  766.     This allows those lucky A4000/040 owners to display anims in mega hi-res
  767.     while running at the same frame rate that an A1200 might run in lo-res.
  768.  
  769. It also makes use of a special dithering method that I worked out which
  770. gives the appearance of more shades of each colour without slowing screen
  771. rendering down. This does however require more chip memory than normal.
  772.  
  773. I have designed a language for creating these animations and some simple
  774. demo anims have been included to give you an idea of what it can do. Take a
  775. look at the animation files by all means (they are only ASCII text), but I
  776. wouldn't try writing your own without any documentation!
  777.  
  778. Author: Michael George
  779. Path: AmigaLibDisk1011:Programs/Anim3D/
  780.  
  781. ==========
  782.  
  783. BluffTitler    1.0    A Realtime 3D Titling System
  784.  
  785. BluffTitler is Realtime 3D Titling program. It allows you to animate 3D
  786. texts in all sorts of 3D effects using a simple graphical user interface.
  787.  
  788. You no longer have to use difficult,expensive and slow 3D rendering software
  789. to make those stunning 3D leaders. All you need is BluffTitler !!
  790.  
  791. And because BluffTitler works in realtime, you can immediately start
  792. recording your leader to video . No more heavy disk operations, memory
  793. problems and single frame recorders : simply start BluffTitler and press
  794. the record button on your video !
  795.  
  796. Since computer power is limited you can't expect broadcast quality from a
  797. realtime titler, but the result is perfectly suitable for
  798. -home video's
  799. -semi-professional productions
  800. -cable networks
  801. -computer presentations
  802.  
  803. Author: Michiel den Outer
  804. Path: AmigaLibDisk1011:Programs/BluffTitler/
  805.  
  806. ==========
  807.  
  808. DepackIFF    1.7    Depacks file packed by ByteRun algorithm
  809.  
  810. This program lets you depack any IFF ILBM file with BODY chunk
  811. crunched by standard ByteRun algorithm which is always used by all
  812. Amiga graphics programs (like DPaint, Brilliance, ADPro, Real) while
  813. saving image, brushes and so on. I decided to code this, because
  814. ByteRun is not so effective as XPK, LhA (but not always!). If you
  815. want  to repack images, you will reach the best results only when you
  816. pack pure image data, and this is why this program was born and
  817. should be useful for all the people wanting save own disk space, eg. BBS
  818. SYSOPs (more images and less bytes!).
  819.  
  820. Author: Marcin Orlowski
  821. Path: AmigaLibDisk1011:Programs/DepackIFF/
  822.  
  823. ==========
  824.  
  825. HyperANSI    1.08    ANSI character & graphics editor
  826.  
  827.  
  828. HyperANSI is a program which allows you to easily create ANSI
  829. graphics with minimum effort.
  830.  
  831.    NOTE: Unlike previous releases of HyperANSI, this version has
  832.          no "crippled"  features, and  no longer  displays  that
  833.          annoying delay screen.
  834.  
  835. Author: Mike D. Nelson
  836. Path: AmigaLibDisk1011:Programs/HyperANSI/
  837.  
  838. ==========
  839.  
  840. LastAlert2    2.1    Will show the last alert or guru
  841.  
  842. Are you tired of always having troubles with finding your pen and paper just
  843. to write down the last guru you got. Now this problem is solved because I
  844. have written a small and quick program that will show the last alert or guru
  845. there have been. If you don't get the point of what this program can be used
  846. to then try to read the rest of this user manual.
  847.  
  848. Author: J┐rgen Da Larsen
  849. Path: AmigaLibDisk1011:Programs/LastAlert2/
  850.  
  851. ==========
  852.  
  853. PicMerge    2.1    Merges two same-sized BitMaps
  854.  
  855. This little program merges two same-sized BitMaps by using logical
  856. operators. All Amiga-Viewmodes are available, except of the HAM-
  857. and 8HAM-Mode. That means, you can work with pictures with up to
  858. 256 colors.
  859.  
  860. The idea for this program was born as I was in trouble. How can I
  861. merge two animations (one on the left, one on the right) in one?
  862. So I done a simple hack to 'OR' the BitMaps. After adding a little
  863. GUI-Interface I decided to make PicMerge public.
  864.  
  865. Author: Frank Dƒber
  866. Path: AmigaLibDisk1011:Programs/PicMerge/
  867.  
  868. ==========
  869.  
  870. FileX    2.0    Very nice binary file editor
  871.  
  872.  
  873.    FileX is a binary file editor which offers the following features:
  874.  
  875.    - Several files can be modified in several windows and/or views at
  876.        the same time.
  877.    - The edit windows can be opened on any public screen and sized to
  878.        any dimension you want.
  879.    - Small calculator
  880.    - Clipboard converter
  881.    - Fontsensitivity
  882.    - Locale support if you have OS 2.1 or higher. (English, Finnish,
  883.        French, German, Swedish (Dutch, Norwegian (not yet included)))
  884.    - Undo and Redo (only limited to your free memory)
  885.    - Search and replace with history
  886.    - Extensive blockfunctions
  887.    - ARexxport with 77 commands and asynchronical command shell
  888.    - Printing as hexdump
  889.    - `Grab memory' to show and modify memory
  890.    - AppWindow. If FileX runs on the workbench, icons can be moved onto
  891.        the FileX window and the related file will be loaded automatically.
  892.    - Iconify
  893.    - Moreover, FileX will be developed further permanently...
  894.  
  895. Author: Klaas Hermanns
  896. Path: AmigaLibDisk1012:Programs/FileX/
  897.  
  898. ==========
  899.  
  900. PPrefs    2.0    Screenmode promotion utility
  901.  
  902. PPrefs is a screenmode promotion utiltity which allows you to promote every
  903. available screenmode of your system (including HAM and EHB modes) to
  904. another mode. You simply select a source and a destination mode and every
  905. program that wants to open a screen with the source mode, instead will open
  906. a screen with the destination mode. If you want that some very special
  907. programs get their very special screenmode or don't get promoted at all,
  908. besides that "mode to mode" promotion, PPrefs supports task/screen specific
  909. promotion, as well..address
  910.  
  911. Author: Olaf Gschweng
  912. Path: AmigaLibDisk1012:Programs/PPrefs/
  913.  
  914. ==========
  915.  
  916. Spot    1.3    A FidoNet tosser/editor for points.
  917.  
  918. Spot is a FidoNet tosser/editor for points.  It features a userfriendly
  919. font-sensitive GadTools interface that is fully localized.  Spot uses a custom
  920. message base format for fast importing and exporting.  Some of Spot's main
  921. features:t Supports new 3.0 features (newlook menus, memory pools,...) --
  922. Automatically creates new areas for you, no tedious work -- Optional (fully
  923. transparent) message base crunching -- Message list with powerful functions
  924. (e.g. search body text) -- Excellent support for multiple character sets
  925. (LATIN-1, IBM,...) -- Built-in, fully asynchronous, Fido file request --
  926. Multi-bossing and multi-domain capable -- Userlist editor -- powerful twitlist
  927. -- ARexx port (100+ commands).
  928.  
  929. Author: Nico Francois
  930. Path: AmigaLibDisk1013:Programs/Spot/
  931.  
  932. ==========
  933.  
  934. AntiCicloVir    2.3a    Link/File/BB/Validator/Memory virus elim
  935.  
  936. A link virus detector and exterminator.  Also detects other types of
  937. viri.   This version recognizes:  188 Bootblock, 28 File, 15 Link,
  938. 7 Disk-Validator, 11 Trojans, and 17 Bombs.  Automatically checks each
  939. inserted disk for boot block and disk-validator viruses.  Can scan all
  940. files of a specified directory for known link viruses, and constantly
  941. monitors memory and system vectors.  Now public domain and includes
  942. source in assembler.
  943.  
  944. Author: Matthias Gutt
  945. Path: AmigaLibDisk1014:Programs/AntiCicloVir/
  946.  
  947. ==========
  948.  
  949. LockColors    1.1a    Complete control over Workbench Palette
  950.  
  951. LockColors uses the OS3.0+ specific ObtainPen() to give you
  952. complete control over your WorkBench palette.  Now you can have
  953. correct colors for all your MagicWb-icons independently of your
  954. screendepth.  Tested with Enforcer/Mungwall.
  955.  
  956. NOTE: Your WorkBench must be deeper than 8 colors to use LockColors,
  957.       because on screens <=8 colors all the pens are locked by the
  958.       system (and all the pens can be altered with the system palette
  959.       editor, so LockColors really has no practical use on those screens)
  960.  
  961.     - Version 1.1a fixes an annoying problem when LockColors
  962.       has to use its TimeOut feature. After this, all pens
  963.       locked by LockColors seemed to be systemlocked.
  964.  
  965.     - LockColors no longer blocks your Workbench from closing.
  966.     - Fixed some bugs and added some requested features.
  967.  
  968. Author: Torgeir Hovden
  969. Path: AmigaLibDisk1014:Programs/LockColors/
  970.  
  971. ==========
  972.  
  973. VT    2.68    A comprehensive virus utility package.
  974.  
  975. A very good virus checker, however all the documentation is in
  976. German.
  977.  
  978. Author: Heiner Schneegold
  979. Path: AmigaLibDisk1014:Programs/VT/
  980.  
  981. ==========
  982.  
  983. WBPrint    1.03    Prints text on WB screens title bar
  984.  
  985. This program lets you print any text (like DOS command ECHO)
  986. on Workbench screen's title bar.  WB screen will be fronted
  987. automagically.  You can also turn screen flash on.  Note:  there is
  988. only one screen line for your text, therefore there are no special
  989. chars (like *n) supported (maximal number of letters in on the WB's!
  990. title bar depends on current WB font widch (check the proportional
  991. one!).
  992.  
  993. Author: Marcin Orlowski
  994. Path: AmigaLibDisk1014:Programs/WBPrint/
  995.  
  996. ==========
  997.  
  998. CXHandler    2.9    CXHandler is an Exchange clone
  999.  
  1000. CXHandler is an Exchange clone.
  1001. The program is controlable via keys and is font sensitiv.
  1002.  
  1003. Author: Martin Stengle
  1004. Path: AmigaLibDisk1015:Programs/CXHandler/
  1005.  
  1006. ==========
  1007.  
  1008. Event    1.14    Tool to remember everything you want.
  1009.  
  1010. With this software you have a good tool to remember everything you want.
  1011. Features:
  1012. ---------
  1013. * requiers only 12 kB memory
  1014. * the event½s are storend in a data file
  1015. * multitasking friendly
  1016. * "gliding" event½s
  1017. * loading only the Event½s from the current day
  1018.  
  1019. Author: Klaus Muckenhuber
  1020. Path: AmigaLibDisk1015:Programs/Event/
  1021.  
  1022. ==========
  1023.  
  1024. ScreenTool    1.04    Switch between screens using hotkeys.
  1025.  
  1026. On the MS-DOS½en you have the keyboard shortcut CTRL-TAB to cycle
  1027. between the applications, and the CTRL-ESC shortcut to view all
  1028. running applications in a requester.
  1029.  
  1030. With ScreenTool you have the MS-Windows CTRL-ESC function on your
  1031. Amiga.  You get a requester with all available screens - so you have a
  1032. tool to handle comfortable all open screens.
  1033.  
  1034. ScreenTool is not a Commodity, because it is very small - and so it is
  1035. fast enough by starting from the disk.  By activating with FKey you
  1036. can start a lot of tools with the keyboard, without using any
  1037. additional RAM.
  1038.  
  1039. So ScreenTool will save your CPU and RAM!
  1040.  
  1041. Author: Klaus Muckenhuber
  1042. Path: AmigaLibDisk1015:Programs/ScreenTool/
  1043.  
  1044. ==========
  1045.  
  1046. SerLog    1.3    Debugging device to monitor serial-IO
  1047.  
  1048. serlog.device passes all IOExtSer requests to a "real" serial.device
  1049. and writes the results to a file.  You may configure the amount of
  1050. information to be stored in the log.  The log-file created by
  1051. serlog.device contains a binary dump which can be formatted
  1052. (i.e. transferred into a readable version) using the supplied
  1053. formatter.
  1054. Note that serlog.device uses *significant* overhead over the underlying
  1055. serial.device, resulting in very low baud-rates.
  1056.  
  1057. Author: Stefan PrÜls
  1058. Path: AmigaLibDisk1015:Programs/SerLog/
  1059.  
  1060. ==========
  1061.  
  1062. SnoopDos    3.0    System and application monitor
  1063.  
  1064. SnoopDos
  1065. SnoopDos is a utility that allows you to monitor a variety of system
  1066. operations carried out by programs on your Amiga. This includes what
  1067. files a program is trying to open, what fonts, libraries, devices and
  1068. environment variables it is looking for, and so on.
  1069.  
  1070. This is very useful if you are trying to figure out why a certain
  1071. application won't work properly. Usually, it's because the application
  1072. can't find a certain configuration file, library or device.
  1073.  
  1074. This version has many new features not present in version 1.7. Among
  1075. the most important are a full GUI, support for many new functions,
  1076. support for monitoring programs compiled with GNU C, and a packet
  1077. debugger for programmers.
  1078.  
  1079. Author: Eddy Carroll
  1080. Path: AmigaLibDisk1015:Programs/SnoopDos/
  1081.  
  1082. ==========
  1083.  
  1084. StarBlank    3.1    Screen blanker shows moving stars
  1085.  
  1086. Screen blanker commodity that shows a moving
  1087. star field.  Features user definable timeout,
  1088. hot keys, and an insty-blank hot key.  Based
  1089. upon Leo Schwab's "stars" screen hack.
  1090.  
  1091. Author: Brian Neal
  1092. Path: AmigaLibDisk1015:Programs/StarBlank/
  1093.  
  1094. ==========
  1095.  
  1096. BarflyDemo    1.10    Very powerful Debugger and Assembler.
  1097.  
  1098. Very powerful Intuition controlled Source Level Debugger and an
  1099. optimizing Assembler.  The Debugger allows the parallel debugging
  1100. of several tasks in unlimited windows.  Has different windows for
  1101. ASM/Copper-Disassembler, Memory, Source, Breakpoints, Watchpoints,
  1102. Checksums and a lot other functions.  It supports SAS-C and GCC
  1103. Sourcelevel Debugging and allows dynamic include structure support.
  1104. Supports 68000-68040/6888x.  The Assembler has multi-pass optimizing,
  1105. precompiled includes, include/incbin cache, highlevel macros, smalldata
  1106. and advanced hunk support.  Supports 68000-68060/6888x.
  1107.  
  1108. Author: Ralph Schmidt
  1109. Path: AmigaLibDisk1016:Programs/BarflyDemo/
  1110.  
  1111. ==========
  1112.  
  1113. CacheFont    1.1    Vastly increase speed of font requsters
  1114.  
  1115. CacheFont is a small patch that will dramatically increase the speed of
  1116. font requesters. It cuts the access time of a font requester containing
  1117. about 100 fonts from 14 seconds (without CacheFont) to half a second (with
  1118. CacheFont).
  1119.  
  1120. It has been tested extensively on many utilities and many computers
  1121. without any problems.
  1122.  
  1123. Version 1.1 fixes a bug with Tagged Font Lists. It should now work with
  1124. most (if not *all*) software.
  1125.  
  1126. Author: Adam Dawes
  1127. Path: AmigaLibDisk1016:Programs/CacheFont/
  1128.  
  1129. ==========
  1130.  
  1131. RevUp    1.2    Amiga Revision Update System
  1132.  
  1133. o RevUp  generates  and  maintains  include and header files with revision
  1134.   information.
  1135.  
  1136. o RevUp is 100% compatible to the CBM developer tool BumpRev, but offers a
  1137.   lot of new features.
  1138.  
  1139. o Multiple dependency files are supported.
  1140.  
  1141. o Beta count management for beta versions included.
  1142.  
  1143. Author: Boris Folgmann
  1144. Path: AmigaLibDisk1016:Programs/RevUp/
  1145.  
  1146. ==========
  1147.  
  1148. StackMon    1.3    Monitors stack usage of programs
  1149.  
  1150. When run StackMon presents a list of all the tasks and processes currently
  1151. running. The list is sorted alphabetically, with processes before tasks.
  1152. This list is not updated automatically, as constructing this list requires
  1153. suspension of multitasking. If you run a program you want to monitor after
  1154. starting StackMon, click on the 'Update list' gadget so that it appears in
  1155. the list.
  1156.  
  1157. If the program you want to monitor was run from the Workbench, its name will
  1158. be that of the icon; if run from the shell the name is the exact name typed
  1159. into the shell, with path.
  1160.  
  1161. Click on the program you wish to monitor and StackMon will begin monitoring.
  1162. The display consists of numbers and a fuel gauge showing the current stack
  1163. use relative to the size of the stack. The numbers are:
  1164.  
  1165. Current: This is the amount of stack in use when the program was last
  1166.      monitored.
  1167. Largest: The largest recorded stack ever in use by this program.
  1168. Stack  : The stack allocated for this program.
  1169.  
  1170. Author: David Kinder
  1171. Path: AmigaLibDisk1016:Programs/StackMon/
  1172.  
  1173. ==========
  1174.  
  1175. StatRam    3.1    Very fast recoverable ram drive
  1176.  
  1177. StatRam is a recoverable ram drive.
  1178. It works on any Amiga using V2.04 or greater of the OS. It handles any
  1179. filesystem (either Amiga or foreign, like e.g. CrossDOS(tm)), has ten
  1180. units and may be layed out like a floppy disk for quick diskcopies.
  1181. It is dynamic, that is it allocates and frees memory as files are copied
  1182. and deleted, and is probably the most recoverable ram drive available.
  1183. Even the worst system crash will not erase it, as long as the portion
  1184. of memory where it resides is not corrupted.
  1185.  
  1186.  New for V3.1 :
  1187.  
  1188.  - Now works with ProfFileSystem
  1189.  
  1190.  - Now works with .ZOM disk images
  1191.  
  1192.  - Fixed the pyrotechnic crash that could occur mounting second and
  1193.    subsequent volumes
  1194.  
  1195. Author: Richard Waspe
  1196. Nicola Salmoria
  1197. Based on code originally by Perry S. Kivolowitz.
  1198. Path: AmigaLibDisk1016:Programs/StatRam/
  1199.  
  1200. ==========
  1201.  
  1202. StdErr    3.0    A Standard Error Port for Amiga E
  1203.  
  1204. StdErr.m provides Amiga E users with an easy-to-use standard
  1205. error port for their Amiga E programs.  The module is fairly
  1206. intelligent, handling things with a kind of grace and ease
  1207. anyone could hope for.  You almost cannot foul the use of
  1208. this program module up (almost).
  1209.  
  1210. Author: Trey Van Riper
  1211. Path: AmigaLibDisk1016:Programs/StdErr/
  1212.  
  1213. ==========
  1214.  
  1215. UnDel    1.0    File Undeleting Utility
  1216.  
  1217.    AmigaDos and its filesystem have been released some years ago. During
  1218. this long period, CBM didn't release any kind of tool which would be able
  1219. to check and repair disks and recover deleted files. There are many third-party
  1220. utilities capable of doing such a job, but they are usually terribly slow and
  1221. they don't support all standard filesystems. I have been so annoyed with this
  1222. situation that I decided to try to write a good unerasing tool. UnDel is the
  1223. result of this work.
  1224.  
  1225.    Features:
  1226.  
  1227.     - Supports any standard filesystem - OFS / FFS + DirCache / INTL mode
  1228.  
  1229.     - Very fast (only free blocks are scanned, written in assembly etc.)
  1230.  
  1231.     - Special option for systems with small amount of memory
  1232.  
  1233.     - Nice user interface in shell window  ;-)
  1234.  
  1235.     - Recovered files are copied to another device
  1236.  
  1237.     - Protection bits and file note are also recovered
  1238.  
  1239.         - UNDEL is pure and can be made resident
  1240.  
  1241. Author: Martin Mares
  1242. Path: AmigaLibDisk1016:Programs/UnDel/
  1243.  
  1244. ==========
  1245.  
  1246. RAKE    1.1    XPK packer sublibrary
  1247.  
  1248.     RAKE is an  XPK packer sublibrary  which  implements a highly  optimized
  1249. form  of  the popular  LZ77 compression  algorithm. It  uses  static huffman
  1250. coding   for   the  'len'   and  a  three-step  coding  for   the   'offset'
  1251. information.  The  major  feature   of this packer  is the  highly optimized
  1252. algorithm for tracking down redundant data.
  1253.  
  1254. Author: Karsten DagefÜrde
  1255. Path: AmigaLibDisk1016:Programs/xpkRAKE/
  1256.  
  1257. ==========
  1258.  
  1259. MartinSoft Pengo    ?.?    Demo Game based on old Pengo game.
  1260.  
  1261. Pengo is a maze-game. The maze is made up of blocks of ice, which you can
  1262. push or melt. Blocks are melted by pushing a block that has another block
  1263. directly in front of it. If that sounds confusing (and it probably does),
  1264. play the game, and you'll understand what I meant.
  1265.  
  1266. The ice blocks that form the "border" around the maze can't be pushed or
  1267. melted.
  1268.  
  1269. Also, on some levels there are special gold blocks, which can't be moved.
  1270.  
  1271. On each level there are four enemies.
  1272. If an enemy catches you, you lose one life. Your weapon against the enemies
  1273. is the ice blocks; push an ice block onto an enemy, and the enemy will be
  1274. squashed (but it will re-appear after a while). If the level layout
  1275. makes it possible, try to "trap" the enemies into small spaces; that will
  1276. make it a piece of cake to squash them. Generally, trying to limit the ways
  1277. that the enemies can take (by pushing blocks to the right places) is a good
  1278. tactic. Learning the different movement patterns for the enemies is also
  1279. essential; the yellow ones are pretty easy to outsmart without understanding
  1280. how they move, but the red ones are professional escape artists, and
  1281. almost impossible to hit if you don't understand their "AI".
  1282.  
  1283. If you spend too much time on one level, a ghost will appear and start to
  1284. home in on you. The ghost can't be killed - but it will disappear as soon
  1285. as you get to the next level. If it catches you, you will lose one life, and
  1286. it will disappear for a while (the ghost, not the life :) ).
  1287.  
  1288. If it catches you while you're "invisible" to the enemies, it will simply
  1289. remove the invisibility and disappear - but it will re-appear very quickly.
  1290.  
  1291. The aim of the game is to defeat the evil Sarvebuk who awaits you on level
  1292. 64. So the big question is: how do you get to the next level?
  1293. Getting to the next level can be achieved by either:
  1294.  
  1295. 1. Squashing all enemies on the level with ice blocks.
  1296. 2. Pushing the three ruby blocks together so that they form a horizontal or
  1297.    vertical line.
  1298. 3. Getting a warp bonus of some sort.
  1299.  
  1300. Method nr 1 is recommended, as it's the most fun.
  1301. Squashing many enemies with one block will give more score than squashing
  1302. them one by one.
  1303.  
  1304. There are also lots of bonuses and bonus systems in the game, but I won't
  1305. reveal them here (which would spoil the surprise). Find out about them
  1306. yourself!
  1307.  
  1308. Author: Martin Rebas
  1309. Path: AmigaLibDisk1017:Programs/MSoft-Pengo/
  1310.  
  1311. ==========
  1312.  
  1313. Multiplot    XLN-S 1.01    Intuitive data plotting program
  1314.  
  1315. Multiplot XLN is a fully intuitive data plotting program. It plots
  1316. data points as (x,y) co-ordinates with or without x or y error
  1317. bars. It can plot an unlimited number of sets with any number of data
  1318. points using colour, line type, line weight, point shape and point
  1319. size to represent the different sets. A set may be joined by a line or
  1320. plotted as discrete points. Data may be impulse plotted, scatter
  1321. plotted, or shown as a histogram or step graph. Additions to the data
  1322. may be made in the form of lines of best fit (logarithmic,
  1323. exponential, linear and polynomial) and data smoothing utilising
  1324. modified open b-splines or averaging filtration.
  1325.  
  1326. The input file for Multiplot is a simple textfile and my be created
  1327. in any ASCII text editor or saved from any spreadsheet. Multiplot
  1328. supports the clipboard, and data input may be achieved solely through
  1329. it. Multiplot has a full ARexx interface which provides potential for
  1330. a wide variety of data manipulations including statistical analysis.
  1331. Output may be in any of the following formats: IntroCAD, Draw, mCAD,
  1332. IFF, Revised Hewlett-Packard Graphics Language (HPGL/2), Encapsulated
  1333. Postscript (EPSF) or Postscript. The graph can be printed to any
  1334. workbench printer by transparent use of the PLT: device. Multiplot
  1335. directly supports the HP LaserJet III and Postscript laser printers
  1336. such as the Apple Laser printer.
  1337.  
  1338. Author: Alan G Baxter
  1339. Path: AmigaLibDisk1018:Programs/Multiplot/
  1340.  
  1341. ==========
  1342.  
  1343. AXDiff    1.0    Graphical comparison & merge utility
  1344.  
  1345. AXDiff is a graphical file comparison and merge utility.  It allows
  1346. you to see files side by side with differences between the files
  1347. highlighted.  You may move within the files looking at the differences
  1348. within context of the rest of the file.  A merged file can be created
  1349. which contains the lines which do not differ between files along with
  1350. user-selected lines from the sections which differ.  You can select
  1351. either no part, either part, or both parts of the sections which
  1352. differ to be written to the merged file.  Selectable fonts, sizes, and
  1353. other options too.
  1354.  
  1355. Author: Jim Lawrie
  1356. Path: AmigaLibDisk1019:Programs/AXDiff/
  1357.  
  1358. ==========
  1359.  
  1360. Designer    1.50    GUI Creator for C & HSPascal, V1.42
  1361.  
  1362. The Designer is a tool which makes programming intuition interfaces far
  1363. easier.  It allows you to create Windows and Menus which can then be turned
  1364. into source code by the Producers.  At present there are two producers,
  1365. the CProducer and the PasProducer, more producers may become available in
  1366. the future.  The Designer supports the importing of images which can then
  1367. be used in windows or menus as well as being placed in the produced source
  1368. code for your use.  Menus are created using the GadTools library and
  1369. support V38+ features, text and image items are allowed, keyboard shortcuts
  1370. and mutual exclusion are supported along with all standard flags,
  1371. localization of menus is easily added.  Menus are all NewLook menus in
  1372. V38+.  Windows are the main part of the Designer.  You can create all
  1373. standard GadTools Gadgets and intuition Boolean Gadgets with all standard
  1374. options. Text and Images can also be placed on the window as you choose.
  1375. Extensive options are available to edit the code produced which should cover
  1376. most eventualities, almost all tags for windows and gadgets are supported
  1377. including many V38+ tags.  The Designer can produce IDCMP handling routines
  1378. for windows and menus and can create a main file which in many cases will
  1379. allow the production of an entire program, the programmer just has to fill
  1380. in the gaps.  In V1.4 GadToolsBox files can now be imported to allow
  1381. enhancement of your previous creations.  Full locale support is now
  1382. included to make programming in multiple languages as easy as possible.
  1383. Registered users can upgrade to the latest version by using the latest demo
  1384. version.  Extensive on line help is available using amigaguide.library,
  1385. this must be available for this feature.
  1386.  
  1387. Author: Ian OConnor
  1388. Path: AmigaLibDisk1019:Programs/DesignerDemo/
  1389.  
  1390. ==========
  1391.  
  1392. SerMouse    2.0    Driver/Docs for serial PC Mouse on Amiga
  1393.  
  1394. A full package on how to use a PC mouse on the Amiga.  Not only a
  1395. serial mouse driver but also how to rewire a 9-pin Sub-D serial to
  1396. 25-pin Sub-D serial and how to rewire 9-pin Sub-D BUS or 9-pin Mini-Din
  1397. BUS to an Amiga mouse plug. YOU CAN USE ALMOST ANY PC-MOUSE WITH THIS
  1398. ONE!
  1399.  
  1400. Author: Patrick van Beem
  1401. Path: AmigaLibDisk1019:Programs/SerMouse/
  1402.  
  1403. ==========
  1404.  
  1405. SMenu    1.0    Powerful and fast-working screenselector
  1406.  
  1407. SMenu is a screenselector with several nice features.
  1408.    o It is a Commodity.
  1409.    o It works fast, because the list of screens can be accessed with a
  1410.      simple mouseclick or a hotkey.
  1411.    o The configuration is done in a GUI.
  1412.    o Full keyboard support.
  1413.    o It is possible to define a hotkey for each screen.
  1414.    o ARexx support.
  1415.  
  1416. Author: Jon Anders Haugum
  1417. Path: AmigaLibDisk1019:Programs/SMenu/
  1418.  
  1419. ==========
  1420.  
  1421. DFA    2.2    Address database with many features
  1422.  
  1423. DESCRIPTION
  1424. DFA is the ultimate address tool for you and the Amiga
  1425. computer. DFA supports email addresses, dialing of phone
  1426. numbers, grouping of addresses, different types of printing
  1427. addresses, online help, application icon/window and much more!
  1428.  
  1429. DFA has an Arexx port, font sensitive windows and can be fully
  1430. directed by keyboard. Native languages are supported as soon
  1431. as Workbench 2.1 (and above) is installed.
  1432.  
  1433. Nearly every aspect of DFA is customizable now, so you may
  1434. configure "your own" DFA.
  1435.  
  1436. This is version 2.2, a minor upgrade to version 2.1.
  1437.  
  1438. DFA is an SASG product! Shareware, binary only.
  1439.  
  1440. NEW FEATURES
  1441. ------------
  1442.  
  1443. New window for more convenient and faster group editing.
  1444.  
  1445. Clipboard support.
  1446.  
  1447. Visual feedback for all button gadgets.
  1448.  
  1449. Speed optimizations for the address listview.
  1450. Should be up to 10 times faster now!
  1451.  
  1452. Even faster address file loading.
  1453.  
  1454. Larger buffers for all address string gadgets.
  1455.  
  1456. New Arexx command 'GUI' and 'OpenEditWindow'
  1457.  
  1458. Size optimization of the dfa.library. About 15K saved!
  1459.  
  1460. Sort function is 'locale sensitive' now.
  1461.  
  1462. Improved locale handling.
  1463.  
  1464. Additional and improved status messages.
  1465.  
  1466. Improved status text gadget (DFAEditor) now supports
  1467. centered propotional text on all Amiga-OS versions.
  1468.  
  1469. Improved Installer script, which now supplies a new
  1470. uninstall mechanism and german texts (optional).
  1471.  
  1472. Several bug fixes.
  1473.  
  1474. Author: Dirk Federlein
  1475. Path: AmigaLibDisk1020:Programs/DFA/
  1476.  
  1477. ==========
  1478.  
  1479. Set_Icon    ?.?    AppIcon for mass icon manipulation
  1480.  
  1481. A WorkBench AppIcon with the following functions:
  1482.  
  1483.  1.  The program creates an appicon on to which you drop your icon,
  1484.      if there isn't an existing .info file a new one will be created,
  1485.      otherwise all the information from the old icon will be copied
  1486.      to the new one (e.g tooltypes, stacksize and so on).  You can do
  1487.      more than one icon at a time using the shift drag method.
  1488.  
  1489.  2.  The program will copy the image from the first icon to all the
  1490.      others, if any of the files do not have a .info file, one will
  1491.      be created.
  1492.  
  1493.  3.  The program will copy the Tool Types and (Tool) from the first icon
  1494.      to all the others, if any of the files do not have a .info file, one
  1495.      will be created.
  1496.  
  1497.  4.  The program will remove the .info files of the selected files.
  1498.  
  1499. Author: Kev Crate
  1500. Path: AmigaLibDisk1020:Programs/Set_Icon/
  1501.  
  1502. ==========
  1503.  
  1504. AFile    3.30    A datafile manager
  1505.  
  1506. AFile is a data file manager, that is a tool which lets you create and
  1507. manager your files (addresses, video collections, clients, ...) using
  1508. an Intuition interface.  There is no limitation to the number of fields
  1509. or records.  The program offers the standard printing, sorting, and
  1510. importing/exporting functions.  AFile uses AREXX as it's programming
  1511. language.  You can create full input masks with background picture, field
  1512. positioning, checking of entered data, menus and printing customization.
  1513.  
  1514. Author: Denis Gounelle
  1515. Path: AmigaLibdisk1021:Programs/AFile/
  1516.  
  1517. ==========
  1518.  
  1519. CarCosts    3.06    Keep track of automobile expenses
  1520.  
  1521. This is version 3 of the program "AutoKosten", now called CarCosts.
  1522. This version uses MUI (2.1 and above) amd supports locale.library, if
  1523. available. Without locale.library, the interface uses german text.
  1524. Two english catalog files (one with kilometer/liter, one with
  1525. miles/gallons) and a french one as well as the .cd and .ct files are
  1526. included.
  1527. A program to convert 2.0 data files to version 3 data files is included.
  1528.  
  1529. Version 3.01 is a bug fix, V3.0 wrote files in a format it could not read...
  1530. Version 3.02 allows more than one entry per date
  1531. Version 3.03 now supports the ARexx-port of MUI
  1532. Version 3.04 fixes a bug with printer support using non-asl.libraries.
  1533. Version 3.05 and 3.06 : minor user-interface changes
  1534.  
  1535. Author: Rƒdiger Dreier
  1536. Path: AmigaLibdisk1021:Programs/CarCosts/
  1537.  
  1538. ==========
  1539.  
  1540. FishButton    1.0    Popup menus to run FreshFish CDROM apps
  1541.  
  1542. ButtonMenu pop-up menus for launching ready-to-run (not archived)
  1543. applications on FreshFish CDROMs. Uses the BMX ButtonMenu Executor
  1544. program by Oliver Roberts to load ButtonMenu from disk. These can
  1545. be put into effective use by creating ToolManager exec items for
  1546. each CDROM Menu, then putting all these TM exec items into a TM dock
  1547. with a HotKey set for it. Then all the menus will be a HotKey-press
  1548. and a click away.
  1549.  
  1550. Author: Steve Edford \n
  1551. BMX by Oliver Roberts \n
  1552. WBRun by Sylvain Rougier & Pierre Carrette
  1553. Path: AmigaLibdisk1021:Programs/FishButton/
  1554.  
  1555. ==========
  1556.  
  1557. Bulletins    2.11    STDIO door for BBS bulletins
  1558.  
  1559. This program will allow a SYSOP to add a multi-level
  1560. bulletin program to a BBS.  It is a STDIO door and works
  1561. with any BBS which supports them.  This door has been used
  1562. with the Citadel BBS as an autodoor and a regular door.
  1563. The Amiga Zone BBS (609)953-8159, the primary support BBS.
  1564.  
  1565. Author: Tony Preston
  1566. Path: AmigaLibdisk1022:Programs/Bull/
  1567.  
  1568. ==========
  1569.  
  1570. DataMasterDEMO    ?.?    Demo version of a Database program.
  1571.  
  1572.     Data Master is a database program programmed for Amiga computers.
  1573. It's not the best database program for Amiga (the best ShareWare/
  1574. LicenseWare database program??), but it's cheap and specially made for
  1575. an average user.
  1576.     In the program there are five different field types which are
  1577. string (text), integer, floating point, type (selection) and boolean
  1578. field types. In one record it can be up to 256 different fields and
  1579. the number of records is practically limited only by the size of the
  1580. free memory. Records can be sorted based on eight key fields.
  1581.     You can search from the database those records which match the
  1582. search patterns given by the user (for example, all the records whose
  1583. first field's first letter is A). You can also search for text strings
  1584. from the whole database. Using Data Master it's possible to print the
  1585. database for printer or save it as an ASCII file to the disk. Number
  1586. fields can be displayed on the screen as graphic diagrams, and using
  1587. this function you can simply compare records. There is a separate
  1588. field editor for the creating of the fields. Records can be, of
  1589. course, moved, copied, deleted or cleared as a single record or as
  1590. a block which includes many records.
  1591.  
  1592. Author: Teemu Sipila
  1593. Path: AmigaLibdisk1022:Programs/DataMasterDEMO/
  1594.  
  1595. ==========
  1596.  
  1597. QuickFile    3.1    Simple and flexible, flat file database
  1598.  
  1599. QuickFile is simple and flexible, flat file database. It uses random access
  1600. with indexes for fast access to records. Files can be larger than available
  1601. ram, but as much of the file as possible is kept in ram to reduce disk
  1602. accesses. Features include:
  1603.  
  1604.     - Multiple indexes with unique and non-unique keys
  1605.     - Character, date, integer, floating point and calculation data types
  1606.     - Up to 250 characters per field  and 250 fields per record.
  1607.     - Form and list style displays and reports.
  1608.     - Unlimited number of views of each file.
  1609.     - Sort over any number of keys, ascending and descending order.
  1610.     - Search operators include Like, Equal, Between, Sounds Like, Not Like
  1611.       and Not Equal.
  1612.     - Fields can be added, changed, or deleted at any time.
  1613.     - Flexible export/import
  1614.     - Flexible multi column label printing.
  1615.     - Multi-level grouping and totalling
  1616.     - Any number of open windows
  1617.     - Online context-sensitive help
  1618.  
  1619. Author: Alan Wigginton
  1620. Path: AmigaLibdisk1022:Programs/QuickFile/
  1621.  
  1622. ==========
  1623.  
  1624. ABank    1.02    Accounts bank management, many options.
  1625.  
  1626. A domestic  bank account software. Can load simultaneously more than
  1627. ten accounts, automatically sorting the operations, possessing a notepad,
  1628. loads powerpacked files, makes graphical stats, printing with filter.
  1629. Interface look 2.0 for every kickstart.
  1630.  
  1631. Author: David Gaussinel & StÄphane Anquetil
  1632. Path: AmigaLibdisk1023:Programs/ABank/
  1633.  
  1634. ==========
  1635.  
  1636. TWC    3.26    Two Way Chat & Send; modem full duplexer
  1637.  
  1638. Two Way Chat & Send enables you to make use of your modem's full-duplex
  1639. feature in fact, it can save you up to 50% transmission time.  With TWC you
  1640. can connect to another guy running TWC, then you may transmit file-AND
  1641. chat-data at the same time in both directions.  GUI-driven, requires
  1642. OS2.04+.
  1643.  
  1644. Author: Lutz Vieweg
  1645. Path: AmigaLibdisk1023:Programs/TWC/
  1646.  
  1647. ==========
  1648.  
  1649. AmiQWK    2.7    QWKMail format offline message system
  1650.  
  1651. QWKMail format offline message system.  Allows reading of
  1652. QWKMail format offline message packets popular with many
  1653. bulletin board systems (BBSes).  Replies can be edited using
  1654. any text editor and packed for transfer at a later time.
  1655. AmiQWK has been tested with many QWKMail systems for IBM and
  1656. Amiga based BBSes.
  1657.  
  1658. Author: Jim Dawson
  1659. Path: AmigaLibdisk1024:Programs/AmiQWK/
  1660.  
  1661. ==========
  1662.  
  1663. SNMA    1.97    680x0/6888x amiga macro assembler
  1664.  
  1665.  SNMA is freeware conditional 680x0/688x macro assembler for the Amiga. It
  1666.  supports most common directives, generates Amiga object-files and/or
  1667.  executables. It is used mainly from the shell. Arexx port.
  1668.  AmigaOS 2.0+ only. AmigaGuide docs only. This is version 1.97.
  1669.  
  1670.  New features:      - LINE DEBUG HUNK (for source code debugging)
  1671.           - Support for small data model references
  1672.           - Multilevel optimizing
  1673.           - Boolean operators
  1674.           - Some new directives
  1675.           - + bug fixes
  1676.  
  1677. Author: Samu Nuojua
  1678. Path: AmigaLibdisk1024:Programs/SNMA/
  1679.  
  1680. ==========
  1681.  
  1682. THOR    1.25    Offline QWK/HIPPO/ABBS/MBBS reader.
  1683.  
  1684. THOR is a offline message reader developed for saving online time while
  1685. connected to BBS systems, and for building and maintaining a database of
  1686. the messages from the boards. The message database has true history and
  1687. threading, fast searching, mark and keep options. Each board has a user
  1688. database with all users which has written messages. This user database can
  1689. be used when sending messages. There is an optional internal fullscreen
  1690. editor. The editor has all features needed for message editing. Both THOR
  1691. and the internal editor have ARexx ports. THOR is fully compliant to the
  1692. Style Guide with a resizeable, font-sensitive and configurable user
  1693. interface. Supports new 3.0 features (newlook menus, memory pools,
  1694. interleaved screens, 24 bit palette,....). Many useful utilities are
  1695. included.
  1696.  
  1697. Author: Eivind Nordseth
  1698. Path: AmigaLibdisk1025:Programs/Thor/
  1699.  
  1700. ==========
  1701.  
  1702. Curses    2.10    Link lib of standard "curses" functions
  1703.  
  1704. A link library containing many of the terminal independant standard
  1705. "curses" functions.  Designed primarily for those interested in porting
  1706. UNIX screen based programs to the Amiga.  And examples.
  1707.  
  1708. Author: Simon John Raybould
  1709. Path: AmigaLibdisk1026:Programs/curses/
  1710.  
  1711. ==========
  1712.  
  1713. Mostra    2.0    IFF ILBM viewer with lots of options
  1714.  
  1715. Mostra 2.0 is a shareware IFF ILBM viewer featuring real-time unpacking
  1716. scroll, dozens of options, "smart" analysis of any IFF file (FORMs,
  1717. LISTs,... also nested ILBM!), total control over display modes, simple
  1718. slideshow processing, pattern matching, multipalette, double buffering,
  1719. fast decompression, color cycling, TeXdocs, startup files for easy custom
  1720. configurations and complete WB support.
  1721.  
  1722. Author: Sebastiano Vigna
  1723. Path: AmigaLibdisk1026:Programs/Mostra/
  1724.  
  1725. ==========
  1726.  
  1727. ARexxAppList    1994.10.11    List of 421 programs that support ARexx.
  1728.  
  1729. The ARexx Application List.  A list (plain text) of approximately 421 Amiga
  1730. programs that support ARexx, with brief descriptions of their capabilities.
  1731. Updates are posted in the USENET newsgroup comp.sys.amiga.applications.
  1732.  
  1733. Author: Daniel J Barrett
  1734. Path: AmigaLibdisk1027:Programs/ARexxAppList/
  1735.  
  1736. ==========
  1737.  
  1738. PhxAss    4.00    Highly optimizing macro assembler
  1739.  
  1740. PhxAss V4.xx is a highly optimizing macro assembler for Motorola's 680x0
  1741. CPUs, 6888x FPUs and 68851 MMU (of course, the 030, 040 and 060 MMUs are
  1742. also supported). It requires OS2.04 (V37) as a minimum and does no longer
  1743. support older operating systems! (Kick 1.x owners: Get PhxAss V3.97)
  1744.  
  1745. Most important features:
  1746. o Fast: 15000-30000 lines per minute with standard Amigas, 50000-200000
  1747.   with A4000/040.
  1748. o Symbolic and Source Level Debugging.
  1749. o Automatic generation of executables (if possible).
  1750. o Small Code and Small Data support (also support for __MERGED sections).
  1751. o Listing file, Cross Reference Listing, Equates file.
  1752. o Complete floating point support: You can use complex floating point
  1753.   expressions, including float functions (sine, logarithm, square root,
  1754.   power, etc.), everywhere in your source, e.g. defining float EQUates or
  1755.   SETs.
  1756. o Switches for nine different optimizations.
  1757. o Locale symbols (xxx$ and .xxx type).
  1758. o Support for Motorola's old and new operand style (even in 68000 mode).
  1759. o locale.library usage (english, german, polish).
  1760. o Nearly all directives of the most popular assemblers like Seka, DevPac or
  1761.   AS (Aztec) are supported. Examples: INCBIN, INCDIR, CODE_C, REPT, RS,
  1762.   RSRESET, EQUR, REG, OFFSET, XDEF, XREF, PUBLIC, ...
  1763. o Further development and support is guaranteed for years, because I'll
  1764.   *never* change my system (Amiga forever!).
  1765. o Finally: Although Shareware, PhxAss is completely functional!
  1766.  
  1767. You will find four different versions of PhxAss in this distribution:
  1768. 1. PhxAss: The standard 680x0,FPU,MMU macro assembler.
  1769. 2. SmallPhxAss: This is a 68000-only version without floating point support.
  1770. 3. FreePhxAss: This program is FREEWARE! It is intended for developers of
  1771.     PD-Compilers, who want to include PhxAss in their compiler package.
  1772. 4. GigaPhxAss: Identical to PhxAss, but source codes are not limited to
  1773.     65535 lines. Quite useful for assembling Reassembler outputs.
  1774.  
  1775. PhxAss is SHAREWARE. A registration will cost you 25 DM or 15$. In return
  1776. you will receive the latest update and the right to ask me for a new update
  1777. whenever you want.
  1778.  
  1779. Author: Frank Wille
  1780. Path: AmigaLibdisk1027:Programs/PhxAss/
  1781.  
  1782. ==========
  1783.  
  1784. PhxLnk    4.00    AmigaDOS module linker
  1785.  
  1786. PhxLnk supports all features of a standard Amiga-DOS linker (like BLink),
  1787. except of overlay hunks and automatic link vectors (ALV).
  1788.  
  1789. Implemented functions:
  1790. o Links object files and libraries (SAS/C extended libraries also)
  1791. o Sections may be forced to Chip-memory
  1792. o Small Code, Small Data
  1793. o SAS/C-Blink Small Data compatibility available
  1794. o '_MERGED' sections are recognized automatically (and coalesced like
  1795.   Small Data sections)
  1796. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  1797. o Debug blocks are removed on request
  1798. o Deletes empty sections
  1799. o Zero bytes at the end of a section are deleted and appear in the
  1800.   HUNK_HEADER block only
  1801. o User may define absolute external symbols
  1802.  
  1803. PhxLnk is FREEWARE.
  1804.  
  1805. Author: Frank Wille
  1806. Path: AmigaLibdisk1027:Programs/PhxLnk/
  1807.  
  1808. ==========
  1809.  
  1810. CatEdit    1.2    A GUI catalog editor/translator
  1811.  
  1812. A GUI catalog editor/translator, allows you to translate localized
  1813. programs.  You can also remove errors in the translation of a program
  1814. or even the Workbench.  All you need to translate a program is a
  1815. catalog file in a language that you understand.
  1816.  
  1817. Author: Rafael D'Halleweyn
  1818. Path: AmigaLibdisk1028:Programs/CatEdit/
  1819.  
  1820. ==========
  1821.  
  1822. DiskMon    3.0    Disk monitor - for most block devices
  1823.  
  1824. DiskMonTools Version 3.0:
  1825.  -DiskMonitor  : Works with Floppys, HardDisks and RAM-Disks (RAD, SD0, ...)
  1826.  -FileMonitor  : hexadecimal/ascii File-Editor
  1827.  -DiskOptimizer: Fast and reliable Disk-Optimizer, all FileSystems
  1828.                  (DOS\0 - DOS\5), optimized for DirectoryCache-FileSystems
  1829.  -Undelete     : Recovers deleted files
  1830.  -Repair       : Repairs read/write-errors (Floppy-Disks)
  1831.  -MFM-Editor   : Low-Level-Editor for Floppy-Disks
  1832.  
  1833. Includes both English and German documentation
  1834.  
  1835. Author: JÜrg Strohmayer
  1836. Path: AmigaLibdisk1028:Programs/DiskMon/
  1837.  
  1838. ==========
  1839.  
  1840. FetchRefs    1.1    AutoDoc/C-Asm-E include look-up tool.
  1841.  
  1842. FetchRefs is (yet another) utility to quickly look up stuff in  AutoDocs
  1843. and include files. You run an ARexx script (typically assigned to a key)
  1844. from your editor when the cursor is at an unknown  word.  Then  you  get
  1845. another  window with an AutoDoc or include file reference that describes
  1846. this word (if it IS described at all, of course).
  1847.  
  1848. With support for both AutoDocs and C, Assembler,  and  E  include  files
  1849. most  programmers  should  not  need  feel overlooked. ARexx scripts are
  1850. provided for well known editors:  AmokEd,  CygnusEd,  DME,  GoldED,  and
  1851. TurboText. Due to the ARexx interface, support for other editors is only
  1852. a new ARexx script away!
  1853.  
  1854. Other advantages include wild card support, optionally case  insensitive
  1855. search,  a  powerful  GUI  driven  index  file  generator,  support  for
  1856. "TagList", "Tags" and "A" postfixes to function names and a window  with
  1857. a  list  of  possibilities  if  you  search  for  something that several
  1858. references match.
  1859.  
  1860. Author: Anders Melchiorsen
  1861. Path: AmigaLibdisk1028:Programs/FetchRefs/
  1862.  
  1863. ==========
  1864.  
  1865. FlexCat    1.5    Creates catalogs & source to handle them
  1866.  
  1867. FlexCat is a tool to create catalogs and the source to handle them,
  1868. similar to CatComp, KitCat or MakeCat. The main advantage of FlexCat
  1869. is that you determine what source you want and what programming
  1870. language. This is done by using template files, so-called source
  1871. descriptions.  Included are templates for Assembler, C, C++, E and
  1872. Oberon, Modula-2 and an example of using catalogs in OS2.0. Source,
  1873. french, german, italian, spanish and schwaebisch, catalogs and docs in
  1874. english, german and spanish are included.
  1875.  
  1876. Author: Jochen Wiedmann
  1877. Path: AmigaLibdisk1029:Programs/FlexCat/
  1878.  
  1879. ==========
  1880.  
  1881. SwazInfo    1.4    Replaces WorkBench information window
  1882.  
  1883. SwazInfo replaces WorkBench's icon information window while still
  1884. retaining all the information and options and provid- ing several
  1885. enhancements.  Features added in addition to normal Workbench
  1886. information are: AppWindow, support for MultiuserFileSystem,
  1887. configurable window font, commodities support, and ARexx support.
  1888.  
  1889. Author: David Swasbrook
  1890. Path: AmigaLibdisk1029:Programs/SwazInfo/
  1891.  
  1892. ==========
  1893.  
  1894. WangiPad    1.10    Launch programs from a list on WB
  1895.  
  1896. WangiPad lets you launch programs from a list on your workbench.
  1897. This a major advantage over the ToolManager Dock approach, you can
  1898. get more items in for less Workbench real-estate.  It is also more
  1899. flexible than the ToolsDaemon menu method.  Has many options and of
  1900. course supports drag 'n' drop AppWindow argument substitution.
  1901.  
  1902. Author: Lee Kindness
  1903. Path: AmigaLibdisk1029:Programs/WangiPad/
  1904.  
  1905. ==========
  1906.  
  1907. AmiCDROM    1.15    ISO-9660 standard CDROM filesystem
  1908.  
  1909. AmiCDROM is a CDROM disk filing system for the Commodore Amiga.
  1910. It supports the ISO-9660 standard, the Rock Ridge Interchange
  1911. Protocol and the Macintosh HFS format.
  1912.  
  1913. The CDROM drive is mounted as a DOS device (e.g. CD0:).  You can
  1914. access files and directories on a CDROM disk by the usual syntax,
  1915. e.g. "type cd0:foo/readme.txt".
  1916.  
  1917. Author: Frank Munkert
  1918. Path: AmigaLibDisk1030:Programs/AmiCDROM/
  1919.  
  1920. ==========
  1921.  
  1922. MazeTest    ?.?    Iff map reading program in Amos
  1923.  
  1924. Playable demo of a 3-D maze that uses an iff map created with a
  1925. paint program. Directory contains the compiled program, Amos,
  1926. ascii source code, sample map and iff pictures used to create
  1927. a shape table.
  1928.  
  1929. Author: Ronald F. Picardi
  1930. Path: AmigaLibDisk1030:Programs/MazeTest/
  1931.  
  1932. ==========
  1933.  
  1934. Poing    2.2    Multi-tasking "BreakOut" style game.
  1935.  
  1936. Poing is a horizontal breakout clone with some nice touches.
  1937. This is a sound-enhanced version of Poing 2.1 - more tracks,
  1938. more instruments, and the sound is supposed to work on A4000's now.
  1939.  
  1940. Author: Paul van der Valk
  1941. Path: AmigaLibDisk1031:Programs/Poing/
  1942.  
  1943. ==========
  1944.  
  1945. Textfield    2.0    Text entry BOOPSI gadget
  1946.  
  1947.  
  1948. The textfield class allows you create an area on your screen for text
  1949. entry.  The class supports a number of features including unlimited
  1950. or limited text entry, specifying the font to use, specifying the
  1951. colors for different parts (text, background, and lines), two types
  1952. of borders (with option to invert the borders for a total of 4 types
  1953. of borders) or no border, text left/center/right alignment, vertical
  1954. centering, and many other options.
  1955.  
  1956. There are many new features, and several bugs fixed.  Some of the new
  1957. features include: word delete, line delete, Oberon support, faster
  1958. scrolling, read-only mode, modified buffer flag, accept and reject
  1959. characters, GA_IntuiText, programmable cut/copy/paste/erase.
  1960.  
  1961. Author: Mark Thomas
  1962. Path: AmigaLibDisk1031:Programs/Textfield/
  1963.  
  1964. ==========
  1965.  
  1966. Triton    1.2    An object oriented GUI creation system.
  1967.  
  1968. Triton is a standard Amiga shared runtime library.  Triton makes it
  1969. much easier to create good looking graphical user interfaces (GUIs) than
  1970. GadTools, BOOPSI or other systems.
  1971.  
  1972.    The most important features are:
  1973.  
  1974.    * Object oriented system
  1975.    * Automatically font sensitive, font adaptive
  1976.    * Automatic keyboard shortcuts for default window actions
  1977.    * *Really* easy to use
  1978.    * Beautiful customizable AmigaOS3.x look
  1979.    * Comes as a freely distributable shared library
  1980.    * Size! Though Triton is very powerful, it is a shared library of
  1981.      less than 50KB. You don't need any startup tools, BOOPSI classes
  1982.      or other things. It's the Triton among the minnows of GUI creation
  1983.      systems ;)
  1984.    * Resizability of windows wherever applicable
  1985.    * A Preferences editor which allows you to customize the look and
  1986.      feel of all Triton GUIs
  1987.  
  1988.    By using Triton you don't have to worry about otherwise very
  1989. time-consuming things like font-sensitivity and resizability of your
  1990. windows.
  1991.  
  1992. Author: Stefan Zeiger
  1993. Path: AmigaLibDisk1031:Programs/Triton/
  1994.  
  1995. ==========
  1996.  
  1997. ManageCDPics    1.2    A program to manage all your pictures
  1998.  
  1999. A GUI-Based cataloger that allows you to create "picture-databases"
  2000. and easily view the pictures.
  2001.  
  2002. Author: Markus Hillenbrand
  2003. Path: AmigaLibDisk1032:Programs/ManageCDPics/
  2004.  
  2005. ==========
  2006.  
  2007. YADCP    1.2    CD player interface for SCSI-2 CDROM's
  2008.  
  2009. Features: GUI that let's you access all functions of a normal CD-Player;
  2010. is a Commodity;
  2011. powerfull AREXX port;
  2012. localized for 2.1 and up (currently German);
  2013. can display songnames and CD title, of course you once have to enter
  2014. the names (about 150 CD texts are already included);
  2015. doesn't wastes memory;
  2016. SCSI errors are displayed as text (95 known);
  2017. If your CD-ROM is able to send audio over SCSI bus you also get the
  2018. following: Realtime stereo playback of audio on your Amiga, even on 68000 machines
  2019. (achieved by highly optimized assembler routines); Ability to save (parts of) songs
  2020. as stereo IFF (8SVX) or RAW (CDR).  Binary only.
  2021.  
  2022. Author: Frank Wƒrkner
  2023. Path: AmigaLibDisk1032:Programs/YACDP/
  2024.  
  2025. ==========
  2026.  
  2027. Atoms    3.00    New game of Atoms.
  2028.  
  2029. Atoms game.  3 versions included.  One basic Atoms Game, one for AGA,
  2030. and one for AGA Pal machines.
  2031.  
  2032. Author: Jesse McClusky
  2033. Path: AmigaLibDisk1033:Programs/Atoms/
  2034.  
  2035. ==========
  2036.  
  2037. TopYahtzee    1.06    Very nice Yahtzee game
  2038.  
  2039. A very nice implementation of the old favorite...
  2040.  
  2041. Author: Miljenko Vrankovic
  2042. Path: AmigaLibDisk1033:Programs/TopYahtzee/
  2043.  
  2044. ==========
  2045.  
  2046. CCC    0.2    Trash a large city with your monster
  2047.  
  2048. You guide a monster on its career of trashing a large city. Your
  2049. objective; to destroy as much of the city as possible before your
  2050. monster is destroyed by the military. The game is keyboard
  2051. controlled for one player.
  2052.  
  2053. Author: Ronald F. Picardi
  2054. Path: AmigaLibDisk1034:Programs/CCC/
  2055.  
  2056. ==========
  2057.  
  2058. NewAlertHook    40.3    Enhanced Alert display mechanism
  2059.  
  2060. Many people don't understand Amiga system error codes displayed
  2061. in the alerts.  These codes contain a lot of information and it's
  2062. hard to learn what they mean.  This program tries to improve the
  2063. alerts by adding the following information:
  2064.  
  2065.      - Name of program that caused the alert.
  2066.      - Complete text description of the error.
  2067.  
  2068. NewAlertHook has to be installed by the AddModule utility (also
  2069. included) by
  2070.  
  2071.       AddModule NewAlertHook INIT
  2072.  
  2073. The INIT switch causes NewAlertHook to initialize itself without
  2074. rebooting the system.
  2075.  
  2076. Author: Martin Mares
  2077. Path: AmigaLibDisk1034:Programs/NewAlertHook/
  2078.  
  2079. ==========
  2080.  
  2081. TIFFView    1.14    Read-view-print TIFF,MACpaint,GIF,JPEG
  2082.  
  2083. A utility to read, view and print 'TIFF', 'MacPaint', 'GIF(87a & 89a)'
  2084. &'IFF', 'JPEG' or any image you have a 'DataType' for, and to write
  2085. them back as 'TIFF', 'JPEG' or 'IFF' files.
  2086.  
  2087. TIFFView is the most complete TIFF, GIF and JPEG reader ever seen on the
  2088. Amiga!
  2089.  
  2090. Author: Bert Wynants
  2091. Path: AmigaLibDisk1034:Programs/TIFFView/
  2092.  
  2093. ==========
  2094.  
  2095. DirMenu    0.9º    Access files easily with pop up menus
  2096.  
  2097. Dir Menu is a pop up based file selector. You simply  press  a  hotkey
  2098. and a menu will pop up on current screen, showing all disk volumes you
  2099. have. Then select a volume, and it's root directory will appear.  Then
  2100. select  any file on your directory, and Dir Menu will execute selected
  2101. file according to its type
  2102.  
  2103. With Dir Menu you can instantly and quickly browse throught  directory
  2104. trees on your disk drives, easily take a look at a picture anywhere on
  2105. your disk, read any text without worrying how to load  a  text  shower
  2106. first,  look  into a lha archive by simply selecting that archive file
  2107. etc.
  2108.  
  2109. You can configure what Dir Menu should do on any type of file you will
  2110. select.  You can also configure your favorite directories and files to
  2111. appear on the first display (when you press a hotkey).
  2112.  
  2113. Dir  Menu  will  recognize  almost every known type of files.  It uses
  2114. WhatIs  library,  and  that  means  if  there  is any type of file not
  2115. already  configured  you  can  configure a new type, and Dir Menu will
  2116. remember it for ever!
  2117.  
  2118. Author: Jure Vrhovnik
  2119. Path: AmigaLibDisk1035:Programs/DirMenu/
  2120.  
  2121. ==========
  2122.  
  2123. Scorched_Tanks    1.77    A tank warfare game for 2 to 4 players.
  2124.  
  2125. Scorched Tanks is a tank warfare game where 1 to 4 human players or
  2126. computer controlled opponents, take turns at buying fancy weapons and
  2127. shooting them at each other.  The more damage a player causes another,
  2128. the more money they get.  The more money a player receives, the larger
  2129. the weapons they can buy.  This is a very simple concept, but
  2130. extremely addictive!
  2131.  
  2132. Scorched Tanks is related to a very popular game called Scorched Earth
  2133. on MS-Dos machines.  I've only played Scorched Earth maybe five times
  2134. ever.  But it impressed me so much that I decided that the Amiga
  2135. needed a version too.  Scorched Tanks is very similar yet VERY
  2136. different to the MS-Dos game.
  2137.  
  2138. Author: Michael Welch
  2139. Path: AmigaLibDisk1035:Programs/Scorched_Tanks/
  2140.  
  2141. ==========
  2142.  
  2143. ColConq    1.34f    Space strategy game for 1 or 2 persons
  2144.  
  2145. Colonial Conquest is a space-strategy game for one or two persons.
  2146. The basic idea and concept have been heavily influenced by the
  2147. shareware game "Conquest" and the Microprose game "Civilization".  The
  2148. aim of the game is to spread your civilization through the 26
  2149. earth-like planets of the universe map and to defend it from other
  2150. civilizations by building weapons and war ships.  Unfortunately - like
  2151. all half-realistic simulations and strategy games - Colonial Conquest
  2152. will reward primitive destructive behavior and colonial instincts
  2153. without leaving much room for cooperative actions and peaceful living.
  2154. Take it as a game!
  2155.  
  2156. Author: Christian Mumenthaler
  2157. Path: AmigaLibDisk1036:Programs/ColConq/
  2158.  
  2159. ==========
  2160.  
  2161. JACOsub    2.1    Script player for making video titles
  2162.  
  2163. Timed script player/editor/timer for professional-quality
  2164. video titling.  Extremely flexible script format - complete
  2165. control over title position, style, margins, color, font,
  2166. auto-wordwrap, font outline/shadow generation, etc.  Time
  2167. events may be non-sequential and overlapping.  Mix IFF
  2168. bitmaps with titles; display AGA graphics.  3rd-party
  2169. script formats supported.  ARexx support.  True multi-video
  2170. buffering.  On-the-fly time shift and drift adjustments.
  2171.  
  2172. Author: Alex Matulich
  2173. Path: AmigaLibDisk1037:Programs/JACOsub/
  2174.  
  2175. ==========
  2176.  
  2177. PicBoot    2.6    Displays picture during bootup
  2178.  
  2179.    Have you removed all output in your 2.0+ startup, and only see a
  2180. black screen during boot? Wouldn't it be nice to have a picture
  2181. instead? A picture that disappeared when the Workbench screen opened?
  2182.  
  2183.    If so, PicBoot is certainly a program for you. What it will do is to
  2184. read any IFF file containing an ILBM picture - or a GIF file - and show
  2185. that picture. As soon as the Workbench screen appears (or you press any
  2186. mouse-button), the picture will go away.
  2187.  
  2188. Author: Magnus Holmgren
  2189. Path: AmigaLibDisk1037:Programs/PicBoot/
  2190.  
  2191. ==========
  2192.  
  2193. Verbes    1.2    French verb tutorial
  2194.  
  2195. Ensemble Verbes is a program to help students practise and
  2196. master French verbs in the most common tenses of the
  2197. language.  The registered version of Ensemble Verbes
  2198. features over 75 verbs, including -er, -ir, -re, reflexive
  2199. and irregular conjugations; present, compound past,
  2200. imperfect, future, conditional and subjunctive present
  2201. tenses plus the present participle; and full online,
  2202. context-sensitive help via AmigaGuide.  This version of
  2203. the program includes all the -er verbs and two of the
  2204. tenses from the registered version.
  2205. Users can also obtain The French Student's Dictionary &
  2206. Guide, a 150-page, 5500-entry French/English and English/
  2207. French reference.  Registered users can get this at a
  2208. (very!) reduced cost.
  2209.  
  2210. Author: Peter Janes
  2211. Path: AmigaLibDisk1037:Programs/Verbes/
  2212.  
  2213. ==========
  2214.  
  2215. MineClone    1.2    Another clone of Minesweeper-style games
  2216.  
  2217. I've tried to make it looking like the IBM Minesweeper, but includes
  2218. some features the Original is missing. (sizeable window, changeable size
  2219. of minefields) And another difference: it needs Kick 3.0. I wanted
  2220. it running on the workbench screen but with nice colors. But palette
  2221. sharing is only available under Kick 3.0.
  2222.  
  2223. Here's a list about MineClones's features:
  2224.   - sizeable window
  2225.   - variable size of fields
  2226.   - nice GUI, nice Colors and nice Smileys :-)
  2227.   - opens on any Publicscreen
  2228.   - using flexible way for allocating colors
  2229.   - flashing fields
  2230.   - choose bombs by number or percentage
  2231.   - Saveclick-option, Automark-option and a whole lot more...
  2232.   - global Automark-function, clearing all the trivial cases
  2233.   - extra menu with custom actions
  2234.   - keyboard-support
  2235.   - localized
  2236.   - needs Kick 3.0 and reqtools.library
  2237.   - written in E
  2238.  
  2239. Author: Nico Max
  2240. Path: AmigaLibDisk1038:Programs/MineClone/
  2241.  
  2242. ==========
  2243.  
  2244. Wacom    1.16    Wacom tablet driver, controls Amigamouse
  2245.  
  2246. This Commodity enables you to use a pressure sensitive digitizer tablet
  2247. from Wacom with your Commodore Amiga.  The tablet can be used together
  2248. with the mouse (or without it) as a direct input medium.  Therefore, the
  2249. driver can be used together with (nearly) any software.  Furthermore the
  2250. (pressure-sensitive) data provided by the tablet can be exported in custom
  2251. applications using a documented software interface.  Now directly supports
  2252. the complete Wacom IV comandset and lets you define your own working area
  2253. on the tablet.  Includes german localization.
  2254.  
  2255. Author: Roland Schwingel
  2256. Path: AmigaLibDisk1038:Programs/Wacom/
  2257.  
  2258. ==========
  2259.  
  2260. BattleAtSea    1.0    Naval Battle Simulation
  2261.  
  2262. Freely distributable naval battle simulation.
  2263.  
  2264. Author: Carsten Magerkurth
  2265. Path: AmigaLibDisk1039:Programs/BattleAtSea/
  2266.  
  2267. ==========
  2268.  
  2269. Filer    3.22    Configurable GUI-based Directory Utility
  2270.  
  2271. Filer is an Intuition controlled file manager for OS 2.04 and newer.
  2272. It is ShareWare, see documentation for registration details.
  2273.  
  2274. You can use Filer for copying, deleting and renaming files or creating
  2275. directories. You can create, list and extract archives with it or use
  2276. it as an universal viewing tool. Filer even is able to control your whole
  2277. system as a replacement for the Workbench.
  2278.  
  2279. Some of Filer's features are:
  2280.  
  2281. - font-sensitive, resizable and Style Guide compliant GadTools GUI
  2282. - ARexx interface
  2283. - highly configurable
  2284. - keyboard support
  2285. - class support
  2286. - archive support
  2287. - Envoy support
  2288.  
  2289. Author: Matthias Scheler
  2290. Path: AmigaLibDisk1039:Programs/Filer/
  2291.  
  2292. ==========
  2293.  
  2294. BrowserII    3.0    Directory maintenance utility
  2295.  
  2296. It is a multi-window file-manager.  It is based on drag and drop just like
  2297. workbench.  In fact, it is exactly like workbench in text mode.  It is
  2298. fully asynchronous.  That is to say, you can perform several copies,
  2299. delete, directory scan,...  at the same time.  You can pause or stop
  2300. running processes.  Pressing [ESC] pauses all processes (accidental
  2301. operations).  It is small, about 150 KBytes (not compressed of course),
  2302. including the whatis.library, a powerfull library that identify file
  2303. types.  Does not use much memory when idle (may use more while copying).
  2304. Use pooled memory even under WB2.0 to minimize fragmentation.  It is fast.
  2305. It has an intelligent iconification, directory tree, archive support,
  2306. window snapshot and an intelligent buffered copy process which makes it a
  2307. lot faster than standard copy commands/tools when source & destination
  2308. directories are on the same device unit.  You can copy a complete 880 Kb
  2309. floppy with only 1 drive in 1 pass without using RAM disk as a tmp
  2310. storage.  Copies even continue while iconified.  And at last, it is
  2311. powerfull and highly configurable.  It is ShareWare.  Once registered, you
  2312. get a key file which is valid forever.  if you are not registered (you
  2313. don't have the key file), the about requester will popup from time to
  2314. time, but BrowserII stay fully functionnal.
  2315. Available languages: english, french, deutsch, svenska
  2316.  
  2317. Author: Pierre Carrette, Sylvain Rougier
  2318. Path: AmigaLibDisk1040:Programs/BrowserII/
  2319.  
  2320. ==========
  2321.  
  2322. TSO_II    2.04    Defragment floppy and hard disks.
  2323.  
  2324. TSO II can be used to optimize (defragment) floppy disks and hard disks in
  2325. order to speed up directory and file accesses.  Contains a German and an
  2326. English version of the executable and a timer.  Requires KickStart 2.04+.
  2327.  
  2328. Author: J. Heºe
  2329. Path: AmigaLibDisk1040:Programs/TSO_II/
  2330.  
  2331. ==========
  2332.  
  2333. UnDel    1.1    Very fast file undeleting utility
  2334.  
  2335. AmigaDos and its filesystem have been released some years ago. During
  2336. this long period, CBM didn't release any kind of tool which would be
  2337. able to check and repair disks and recover deleted files.  There are
  2338. many third-party utilities capable of doing such a job, but they are
  2339. usually terribly slow and they don't support all standard filesystems.
  2340.  
  2341.    Features:
  2342.  
  2343.     - Supports any standard filesystem - OFS / FFS + DirCache /
  2344.           INTL mode
  2345.     - Very fast (only free blocks are scanned, written in assembly etc.)
  2346.     - Special option for systems with small amount of memory
  2347.     - Nice user interface in shell window  ;-)
  2348.       (If some non-standard console is detected, new CON: window
  2349.            is opened.)
  2350.     - Recovered files are copied to another device
  2351.     - Protection bits and file note are also recovered
  2352.     - UNDEL is pure and can be made resident
  2353.  
  2354. Author: Martin Mares
  2355. Path: AmigaLibDisk1040:Programs/UnDel/
  2356.  
  2357. ==========
  2358.  
  2359.